How to Install clisp-dev in Ubuntu 18.04



Install clisp-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install clisp-dev

Description:

GNU CLISP, a Common Lisp implementation (development files)

This is the link kit of clisp, it can be used to add external modules (written for example in C) to the implementation. The module can define new variables, symbols and functions for use in clisp. Examples include database interfaces or widget libraries. Normal users do not need this. . See also http://clisp.cons.org/impnotes.html#modules . ANSI Common Lisp is a high-level, general-purpose programming language. GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany. It mostly supports the Lisp described in the ANSI Common Lisp standard. It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only 4 MB of RAM.

Homepage: http://www.clisp.org/

Version: 1:2.49.20170913-4build1

Section: universe/devel