Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 839 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 839 Bytes

Lisp language support in Atom

Originally converted from Texmate lisp bundle as explained in the atom guide. Some effort to properly customize this package for Atom might still be needed.

Lisp is a big family of programming languages. This package is primarily intended for the most popular Lisp dialect – the Common Lisp.

For proper Lisp indentation and better editing experience this package should be used in conjunction with some advanced editing tool:

  • Parinfer (suitable for beginners and gurus alike; automatically manages parentheses based on indentation)
  • Paredit (recommended for advanced users; manipulates code as abstract syntax tree)