Next: , Previous: , Up: General Lisp Advice   [Contents][Index]


C.1 Getting Started with Lisp

TLDR; If you’re new to common lisp an easy to use IDE is Portacle.

We recommend the following Common Lisp resources.

We strongly recommend that you use Emacs: no other editor has such strong integration into the Lisp process (useful for finding function definitions, automatically displaying information, compiling, highlighting compiler warnings, evaluating, etc...). Install Emacs ParEdit for additional Lisp authoring support.

If you prefer to use VIM, we recommend installing paredit.vim.