gcl
GNU Common Lisp compiler
Install
- All systems
-
curl cmd.cat/gcl.sh
- Debian
-
apt-get install gcl
- Ubuntu
-
apt-get install gcl
- Kali Linux
-
apt-get install gcl
- Fedora
-
dnf install gcl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gcl
- Raspbian
-
apt-get install gcl
- Dockerfile
- dockerfile.run/gcl
gcl
GNU Common Lisp compiler
GNU Common Lisp (GCL) is a Common Lisp compiler and interpreter implemented in C, and complying mostly with the standard set forth in the book "Common Lisp, the Language I". It attempts to strike a useful middle ground in performance and portability from its design around C. This package contains the Lisp system itself. Documentation is provided in the gcl-doc package.