Shared library implementing Lisp dialect that is lightweight, fairly fast, highly extensible. Has interpreter, byte-code compiler, virtual machine. Programs may use interpreter as an extension language, or it may be used for standalone scripts. [Open ...
General purpose scripting Lisp dialect for Cygwin, FreeBSD, Linux, Mac OS X, Solaris, Win32; like Scheme but with dynamic scoping; GUI version has IDE with editors and source level debugger, Tcl/Tk frontend. [Open Source, GPL]
Small dialect for low-end and embedded devices. Has compiler to bytecode and corresponding interpreter, coded in standard C, efficient, portable, can be compiled to very small executable or library. [Open Source, GPL]