cl-named-readtables

Common Lisp library that creates namespaces for named readtables

Description

Named-Readtables is a library that provides a namespace for readtables akin to the already-existing namespace of packages in Common Lisp. In particular:

 - you can associate readtables with names, and retrieve readtables by names;

 - you can associate source files with readtable names, and be sure that the
   right readtable is active when compiling/loading the file;

 - similarly, your development environment now has a chance to automatically
   determine what readtable should be active while processing source forms on
   interactive commands. (E.g. think of `C-c C-c` in Slime (yet to be done))

It follows that Named-Readtables is a facility for using readtables in a localized way.

Additionally, it also attempts to become a facility for using readtables in a modular way. In particular:

 - it provides a macro to specify the content of a readtable at a glance;

 - it makes it possible to use multiple inheritance between readtables.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/melisgl/named-readtables


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install cl-named-readtables