Live data from Hacker News

Cirru – An editor for AST

cirru.org

51–53 of 53 posts

Re: Cirru – An editor for AST

#51

Earlier quoted context omitted.

I've used it to write web pages for nearly a year, so I believe we can. The problem is, like people may hate using indentations, they just hate. There's also a text version of Cirru http://text.cirru.org , but withouth benefits of structural editing.

I'll give it a try instead of just criticizing it. :- ) I've used Paredit, which is similar in concept; I think it's really cool if it can be generalized well to languages which aren't LISP.

Maybe Prettier? It's for JavaScript:

https://github.com/jlongster/prettier https://twitter.com/search?q=atom%20prettier&src=typd

Re: Cirru – An editor for AST

#52

What 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…

This is how editing was done in the InterLisp-D environment on Xerox Dolphins, Dorados and Dandelions (the last being sold commercially as the Xerox Star).

Not surprisingly the first thing I did when I arrived at PARC in 1984 was write an Emacs for Interlisp.

Post reply on HN