Skip to content
/ ecl Public

mirror of ecl from gitlab

License

Unknown, LGPL-2.1 licenses found

Licenses found

Unknown
LICENSE
LGPL-2.1
COPYING
Notifications You must be signed in to change notification settings

roswell/ecl

Folders and files

NameName
Last commit message
Last commit date
Oct 7, 2024
Jul 9, 2023
May 10, 2024
Nov 1, 2024
May 22, 2023
Jan 11, 2017
Nov 1, 2024
Jan 14, 2024
Sep 9, 2024
Jan 14, 2024
Feb 24, 2024
Aug 31, 2015
May 12, 2017
Aug 27, 2008

Repository files navigation

ECL stands for Embeddable Common-Lisp. The ECL project aims to produce an implementation of the Common-Lisp language which complies to the ANSI X3J13 definition of the language.

The term embeddable refers to the fact that ECL includes a Lisp to C compiler, which produces libraries (static or dynamic) that can be called from C programs. Furthermore, ECL can produce standalone executables from Lisp code and can itself be linked to your programs as a shared library. It also features an interpreter for situations when a C compiler isn't available.

ECL supports the operating systems Linux, FreeBSD, NetBSD, DragonFly BSD, OpenBSD, Solaris (at least v. 9), Microsoft Windows (MSVC, MinGW and Cygwin) and OSX, running on top of the Intel, Sparc, Alpha, ARM and PowerPC processors. Porting to other architectures should be rather easy.