abcl 1.9.0
Common Lisp Implementation on the JVM
Armed Bear Common Lisp (ABCL) is a full implementation of the Common Lisp language featuring both an interpreter and a compiler, running in the JVM. It supports JSR-223 (Java scripting API): it can be a scripting engine in any Java application. Additionally, it can be used to implement (parts of) the application using Java to Lisp integration APIs.
- Website: https://abcl.org/
- Licenses: CPL 1.0 · GPL 2+ · Modified BSD
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install abcl 1.9.0
as follows:
guix install abcl@1.9.0
Or install the latest version:
guix install abcl
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.