Next: , Up: Text   [Contents][Index]


5.24.5.1 Literate Lisp

A literate programming tool to write common lisp codes in org mode.

literate-lisp provides an easy way to use literal programming in Common Lisp language. It extends the Common Lisp reader syntax so a Common Lisp vendor can read org files as Common Lisp source files.

By using this package(literate-lisp), Emacs org mode and Emacs Lisp library polymode, literate programming can be very easy in one org file containing both documentation and source codes, and this org file can interact well with SLIME.