Cirru – An editor for AST
cirru.org
Cirru – An editor for AST
1–10 of 53 posts
Re: Cirru – An editor for AST
#2Re: Cirru – An editor for AST
#3Re: Cirru – An editor for AST
#4Otherwise it really doesn't improve on a text editor. All of these things would require a ton of work, so I stick with Sublime for now. Text isn't that bad.
IDEs are kinda close, but I've yet to see one that could effectively work with dynamic languages. RubyMine is interesting-looking, but seems to want to impose a lot of its opinions on your workflow. I don't really see how RubyMine would really be that much better than Sublime and a terminal.
Re: Cirru – An editor for AST
#5Re: Cirru – An editor for AST
#6May be good idea for mobile devices, where editing text is hard but it's possible to make usable tree editing UI.
He transitioned to a laptop soon after joining the company.
Re: Cirru – An editor for AST
#7edit: I'm guessing its probably a bug that is confusing me the most, as I'm getting both a inline tree and a indented tree at the same time for a node
Re: Cirru – An editor for AST
#8What I want is for the editor to be aware of the semantics of the language and offer me language-unique tools to edit code, also to generate and work on macros, in the language it's editing , or at least one that is close enough to it I don't have to switch gears in order to get a tough task done. Otherwise it really doesn't improve on a text editor. All of these things would require a ton of work, so I stick with Su…
Re: Cirru – An editor for AST
#9What I want is for the editor to be aware of the semantics of the language and offer me language-unique tools to edit code, also to generate and work on macros, in the language it's editing , or at least one that is close enough to it I don't have to switch gears in order to get a tough task done. Otherwise it really doesn't improve on a text editor. All of these things would require a ton of work, so I stick with Su…
That is a hard nut to crack, a dynamic language will frustrate static analysis.
Re: Cirru – An editor for AST
#10Some context : https://medium.com/cirru-project/stack-editor-programming-by...
This is a very neat idea.