Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 62 words in the discussion.

Trending Topics

#add#editor#node#writing#faster#literal#anyone#kind#daily#basis

Discussion (2 Comments)Read Original on HackerNews

beybolβ€’about 2 hours ago
Does anyone use this kind of editor on a daily basis development process?
gregdaniels421β€’2 minutes 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