Embeddable Common Lisp

Embeddable Common Lisp
Developer(s) Daniel KochmaƄski
Stable release
16.1.2 / February 29, 2016 (2016-02-29)
Written in C, Common Lisp
Operating system Unix-like, Windows
Type Compiler and runtime
License LGPL
Website common-lisp.net/project/ecl/

Embeddable Common Lisp (ECL) is a LGPL Common Lisp implementation aimed at producing a small-footprint Lisp system that can be embedded into existing C-based applications. It is able to create stand-alone ELF executables from Common Lisp code and runs on most platforms that support a C compiler.

Because it compiles Common Lisp to C, it also features an FFI system, including support for inline C to be used or generated from Common Lisp. Inline C FFI combined with Common Lisp macros and custom SETF expansions yield a compile-time preprocessor.

External links

This article is issued from Wikipedia - version of the 4/29/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.