|
|
|
|
|
by kbp
2783 days ago
|
|
> Bracket loop bracket print bracket eval bracket read bracket bracket bracket bracket? It would say "left paren" and "right paren." It's not terribly hard to keep a
stack in your head of how many close parens you're expecting in some context.
Manually managing brackets in long or deeply nested forms (in any language) is
a pain whether you can see or not. As you said, pseudo-structural editing is a
big advantage. > (I think writing these on a single line makes them written more like they
might be spoken) Screen readers can announce indentation levels. |
|