Structure Editors

(github.com)

8 points | by sargstuff 13 hours ago ago

2 comments

  • beybol 13 hours ago ago

    Does anyone use this kind of editor on a daily basis development process?

    • gregdaniels421 10 hours ago ago

      I have tried an editor that worked on ASTs only, and it was super unergonomic, like select a node type, then fill in values, but writing the code was way faster than the interface. Even writing LISP which I find hard is easier than using that AST editor. like (+ 1 2) is faster than right click add node add op add literal add literal