Jump to content

Embeddable Common Lisp

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 195.80.135.130 (talk) at 10:52, 30 August 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Embeddable Common Lisp
Developer(s)Daniel Kochmański
Stable release
16.0.0 / August 28, 2015; 9 years ago (2015-08-28)
Repository
Written inC, Common Lisp
Operating systemUnix-like, Windows
TypeCompiler and runtime
LicenseLGPL
Websitecommon-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.