How to Install cl-fad in Ubuntu 18.04



Install cl-fad by entering the following commands in the terminal:

sudo apt update
sudo apt install cl-fad

Description:

portable pathname library for Common Lisp

CL-FAD (for "Files and Directories") is a thin layer atop Common Lisp's standard pathname functions. It is intended to provide some unification between current CL implementations on Windows, OS X, Linux, and Unix. Most of the code was written by Peter Seibel for his book Practical Common Lisp.

Homepage: http://weitz.de/cl-fad/

Version: 0.7.4-1

Section: universe/lisp