共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > ArmedBear Common Lisp (ABCL) |
ArmedBear Common Lisp (ABCL)
|
24 | 0 | 27645 |
贡献者 | 讨论 | 代码提交 |
ABCL is an implementation of Common Lisp (CL) running in the JVM: it can run in the same JVM as your Java code, allowing full mixture of Lisp and Java code.
Being a full CL implementation, it runs many existing libraries and applications, such as Maxima, a computer algebra system.
With support for JSR-223, you easily extend any JSR-223 compatible application with Lisp as a macro language. This includes integration with the Ant build system using its script-tag.
ABCL features both an interpreter and a compiler which compiles into jvm byte code.