CMU Common Lisp is an open source implementation of the Common Lisp programming language developed at Carnegie Mellon University. It features an optimizing native code compiler, a foreign function interface, and tools for generating documentation.
CMU Common Lisp (also known as CMUCL) is a free, open-source implementation of the Common Lisp programming language. It was originally developed at Carnegie Mellon University starting in the 1980s.
Some key features of CMUCL include:
CMUCL is known for its performance and conformance to the ANSI Common Lisp standard. The compiler's optimizations and the runtime system allow Common Lisp code to execute very efficiently. This makes CMUCL well-suited for demanding numerical and scientific computing tasks.
While not always as easy to install as some other implementations, CMUCL provides industrial strength capabilities for developing large-scale, high performance Lisp applications. Its licensing allows it to be used freely even in proprietary commercial products.
Here are some alternatives to CMU Common Lisp:
Suggest an alternative ❐