Armed Bear Common Lisp is conforming, contemporary implementation of ANSI Common Lisp running on the Java Virtual Machine. Containing both an interpreted mode and a compiler that produces JVM bytecode, it features extensions that faciliate the use of Java from Lisp enabling the rapid integration of arbitrary Java libraries into Common Lisp code. ABCL fully supports the JSR-233 (Java scripting API), so it can be a utilized as a scripting engine in any Java application.
Armed Bear Common Lisp is conforming, contemporary implementation of ANSI Common Lisp running on the Java Virtual Machine. Containing both an interpreted mode and a compiler that produces JVM bytecode, it features extensions that faciliate the use of Java from Lisp enabling the rapid integration of arbitrary Java libraries into Common Lisp code. ABCL fully supports the JSR-233 (Java scripting API), so it can be a utilized as a scripting engine in any Java application.
To install abcl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install abcl
To see what files were installed by abcl, run:
port contents abcl
To later upgrade abcl, run:
sudo port selfupdate && sudo port upgrade abcl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.