v 2.5.5 Updated: 4 months ago
The Steel Bank Common Lisp system
Steel Bank Common Lisp (SBCL) is a Open Source implementation of ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, interpreter, and debugger. SBCL is quite suitable for the creation of long running system services, as the compiler trades the time for a long initial compilation for blazingly fast loading of its binary runtime fasl representation.
To install sbcl, paste this into the macOS Terminal after installing MacPorts
sudo port install sbcl
Installations | 82 |
Requested Installations | 48 |