|
|
|
|
|
by nine_k
523 days ago
|
|
It becomes much harder to notice if you have closed all the right matching parens, and hence where a token after the closing paren belongs.
When the closing paren is exactly below the opening paren, on the same column, it becomes much easier to see the structure. It's a very good thing for students who just learn Lisp. |
|
Counting parens is silly when the editor can do it for you.