22 ms·
Reminds me of this editor project from Kent Beck for working with the AST instead of with text alone when developing, somewhat related https://www.facebook.com
by gary__ 8y ago
Reminds me of this editor project from Kent Beck for working with the AST instead of with text alone when developing, somewhat related
https://www.facebook.com/notes/kent-beck/prune-a-code-editor-that-is-not-a-text-editor/1012061842160013/ https://www.facebook.com/notes/kent-beck/prune-a-code-editor...
- ekzy 8y agoI do a bit of Clojure and it feels like manipulating an AST rather than text, especially with structural editing (because code is data). It applies to any Lisp I suppose