How to Install and Uninstall cl-named-readtables Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 15,2024

1. Install "cl-named-readtables" package

Here is a brief guide to show you how to install cl-named-readtables on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "cl-named-readtables" package

This tutorial shows how to uninstall cl-named-readtables on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the cl-named-readtables package on Ubuntu 21.04 (Hirsute Hippo)

Package: cl-named-readtables
Architecture: all
Version: 20201221.gitc5689a4-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: 110
Filename: pool/universe/c/cl-named-readtables/cl-named-readtables_20201221.gitc5689a4-1_all.deb
Size: 28048
MD5sum: b544b34a94523658cf247de4c7d675d7
SHA1: a5cc5231166a84b77f88c7d037993a2663e63810
SHA256: 1e9d75af03e49d482f6f876a3518cf49d51c3fa2a4ed761eff6cee8153254c20
SHA512: 13513de479a0e5484872f43dd55afa100040d7aeab0e1c52a7534fb8fa529774c7f945d740a895576eb5d2d8322569dbd4d9dfc3a6b2269fa940d04040f3123f
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