Making Emacs popular again
Making Emacs popular again
Posted May 10, 2020 19:03 UTC (Sun) by jem (subscriber, #24231)In reply to: Making Emacs popular again by marcH
Parent article: Making Emacs popular again
The specification also adds "meaningful indentation" à la Python (and Haskell), with all the cumbersome interaction between tabs and spaces, and problems with copy-pasting code.
My fix to the readability problem is to indent the code properly, and split the code into separate functions as appropriate. Use an editor which does the indentation automatically, shows matching parentheses, and warns about the "silly extraneous" parentheses. It doesn't really matter if a Lisp function ends with 13 closing parentheses, as long as they are all there. You don't have to count them.
Now, if I could only think of an editor that is up to the task...