Where can I find free lisp compilers or interpreters?
– -There are a number of free (in both the `gratis’ and the `libre’ senses) lisp environments: – -\b{\link{\href{http://clisp.cons.org/}\text{CLISP}}} – -A lightweight common lisp interpreter and compiler, which compiles to -bytecode, and runs on Windows, AmigaOS, Acorns, OS/2 and most flavours -of Unix. CLISP is licensed under the GNU GPL.}}} – -\b{\link{\href{http://www.cons.org/cmucl/}\text{CMUCL}}} – -An interpreter and optimizing compiler to native code running on a few -flavours of Unix (including x86/FreeBSD, x86/Linux and sparc/Solaris). -CMUCL can be difficult to compile; it requires itself to build itself, -and bootstrapping is an issue. CMUCL is mostly public domain software, -though portions are under an X-like or BSD-like licence. – -\b{\link{\href{http://www.corman.net/CormanLisp.html}\text{Corman Lisp}}} – -Corman Lisp is a compiler for Windows 95/98/2000/ME/NT, with -integration with the Windows API. Corman Lisp is free for personal -use. – – -\b{\link{\href{http://ecls