|
|
|
|
|
by tel
4731 days ago
|
|
I'll add the classic response of "once you let your editor just handle it for you you forget about it entirely". Because, really, truly, when you code in lisp you're just traversing a very simple syntax tree. If you use emacs/paredit you literally stop typing and start using keyboard commands to "descend down the left branch" or "prune upward 4 times" or "delete this entire branch". |
|
The power of such a simple approach to editing is very hard to grasp (even more so believe) until you've actually tried it yourself.