How to Install cl-closer-mop in Ubuntu 18.04



Install cl-closer-mop by entering the following commands in the terminal:

sudo apt update
sudo apt install cl-closer-mop

Description:

Cross Implementation AMOP library

This library enhances the different MOP implementations so that they support better the AMOP specifications. . The CLOS spec contained two parts, only the basic level went into the Common Lisp standard. The lower level functions of the AMOP were not included so different implementations differ (mostly slightly) in how to implement the AMOP. . With the help of cl-closer-mop you can use the full power of AMOP on all supported implementations, relying on the library to translate your code. . Supported implementations: Allegro Common Lisp, Clisp, cmucl, LispWorks, OpenMCL and SBCL (version restrictions might apply)

Homepage: http://common-lisp.net/project/closer/closer-mop.html

Version: 2:0.6-1

Section: universe/libs