sbcl

Common Lisp compiler and development system
  http://www.sbcl.org
  6
  4 reviews



SBCL is a development environment for the ANSI Common Lisp language. It provides a native-code compiler and an integrated debugger, as well as all the features in the ANSI specification.

SBCL also contains other extensions to the ANSI specification, including a foreign-function interface, a pseudo-server API, user-extensible stream functionality, a Meta-Object Protocol, and an ability to run external processes.

To browse SBCL source definitions with development environments, install the sbcl-source package. For documentation on SBCL's usage and internals, the package sbcl-doc is provided.
Latest reviews
5
andershorn 5 years ago

Wonderful Common Lisp implementation

3
mysoomro 11 years ago

Installed it and used it through terminal.. But didn't understand how to use it. So I installed clisp and ran it.. that's working wonderful.. There maybe is some problem in my understanding of this package..

5
_deepfire 11 years ago

SBCL is like GCC of the Lisp world.

5
agsom 11 years ago

One of the best Common Lisp implementations.