mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-06 20:30:48 -08:00
Embeddable Common-Lisp main repository.
MP:TRY-GET-SEMAPHORE returns NIL if the semaphore could not be obtained, or the count if it could be obtained MP:MAILBOX-TRY-READ returns a message if it's available, NIL if the queue is empty MP:MAILBOX-TRY-SEND returns the sent message if it could be queued, or NIL (mailbox is full) |
||
|---|---|---|
| contrib | ||
| doc | ||
| examples | ||
| msvc | ||
| src | ||
| .gitignore | ||
| CHANGELOG | ||
| configure | ||
| Copyright | ||
| INSTALL | ||
| LGPL | ||
| Makefile.in | ||
| README.md | ||
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 your lisp code and can itself be linked to your programs as a shared library.
ECL supports the operating systems Linux, FreeBSD, NetBSD, OpenBSD, Solaris (at least v. 9), Microsoft Windows and OSX, running on top of the Intel, Sparc, Alpha, ARM and PowerPC processors. Porting to other architectures should be rather easy.