|
|
|
|
|
by lomnakkus
3843 days ago
|
|
This makes it near-useless for me as well. The thing I'm wondering is why people are so obsessed with this kind of AST editing. I don't find that code text entry speed is the limiting factor for any of my coding. The limiting factor is usually a) understanding the problem well enough, and b) understanding the existing code well enough. A good IDE with symbol/type and usage lookup usually suffices for the latter. EDIT: If the point here is to prevent invalid ASTs, then I don't really see how much that helps. The number of invalid programs with valid ASTs is going to be huge, so you need good error handling anyway. |
|
You can always get instant feedback (types, errors) because your code is always a valid AST. No ambiguous braces etc.
Also things like markdown comments and inline evaluation.
My attempt: http://sediment.io