abcl

Common Lisp implementation in the Java Virtual Machine

Description

Armed Bear Common Lisp (ABCL) is a conforming implementation of ANSI X3J13 Common Lisp that runs in the Java Virtual Machine. It compiles Lisp code directly to Java byte code for execution.

It also provides the following integration methods for interfacing with Java code and libraries:

 - Lisp code can create Java objects and call their methods;
 - Java code can call Lisp functions and generic functions, either directly
   or Java Scripting API (JSR-223);
 - it is possible to create Lisp-side implementations of
   Java interfaces that can be used as listeners for Swing classes and
   similar.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://abcl.org/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install abcl