How to Install and Uninstall cl-named-readtables Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 20,2024

1. Install "cl-named-readtables" package

This is a short guide on how to install cl-named-readtables on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install cl-named-readtables

2. Uninstall "cl-named-readtables" package

Learn how to uninstall cl-named-readtables on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove cl-named-readtables $ sudo apt autoclean && sudo apt autoremove

3. Information about the cl-named-readtables package on Ubuntu 20.10 (Groovy Gorilla)

Package: cl-named-readtables
Architecture: all
Version: 20200129.git5e72eca-1
Multi-Arch: foreign
Priority: optional
Section: universe/lisp
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Common Lisp Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 144
Filename: pool/universe/c/cl-named-readtables/cl-named-readtables_20200129.git5e72eca-1_all.deb
Size: 31252
MD5sum: 21529780d5c81792f0b7306e6c2d192b
SHA1: f96c10677dc017cea66a71b772358fd19a4a63c0
SHA256: 521e7161f3f595ffc5f1d9da8766dbbafd6e6b9c4ea35da0a28d43caec9cb609
SHA512: c57994cf72d1f264ceeb83a8b5a302e8999892d7468e8f057c01592da6468e2ef6f7e90a8f590ec017a62d572848d4191489fbf22a768722564461e2efcd4401
Homepage: https://github.com/melisgl/named-readtables
Description-en: Common Lisp library that creates namespaces for named readtables
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.
Description-md5: 2c872f88c5030a27b709a996c91a2c6f