Skip to content

Grinding Lisp code #9

@lispm

Description

@lispm

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions