DESCR 419 B

12345678
  1. Armed Bear Common Lisp (ABCL) is a full implementation of the Common
  2. Lisp language featuring both an interpreter and a compiler, running in
  3. the JVM. Originally started to be a scripting language for the J editor,
  4. it now supports JSR-223 (Java scripting API): it can be a scripting
  5. engine in any Java application. Additionally, it can be used to
  6. implement (parts of) the application using Java to Lisp integration
  7. APIs.