-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Especially the MIT Lisp Machine had a grind command, which could reformat and indent Lisp code.
Indenting of regions of Lisp code is a common feature in text based Lisp editors. But reformatting a whole region is not so often seen. This reformatting would do the overall relayout of the code. This is similar to pretty printing Lisp code, but grinding is done on the text level in an editor buffer.
Metadata
Metadata
Assignees
Labels
No labels