|
|
|
|
|
by lamp_book
3051 days ago
|
|
That seems backwards to me - AST-aware editing is basically embedding more of the compiler into the editor. It seems more valuable to me to be writing in a language that can express higher level concepts with lesser boilerplate, which would eliminate the need (and make far more difficult) for AST aware editing. |
|
The whole premise around Lisp is precisely to express higher level concepts with lesser boilerplate.
This is achieved through a syntax that is really close to the AST, and macros.