LISP Compiler Ubuntu 16.04 Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Install Common LISP Compiler in Ubuntu 16.04 Xenial GNU/Linux.
And ANSI Common Lisp for Ubuntu Xenial is a High-Level, General-Purpose Programming Language.
Especially relevant: GNU CLISP is a Free Common Lisp Implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany.
Moreover, 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.
The User Interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed at run time.
Again, GNU CLISP includes an Interpreter, a Compiler, a Debugger, CLOS, MOP, a Foreign Language Interface, Sockets, i18n, fast Bignums and more. An X11 Interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs Maxima, ACL2 and many other Common Lisp Packages.
Finally, this guide includes detailed instructions about to Getting-Started with CLISP Programming on Ubuntu.
-
1. Updating Ubuntu Repository
How to Quick Start with Command Line on Ubuntu
First, Update the Apt Repo Sources with:
sudo apt update
Contents