8 Mar 2007 20:56
[lispfaq commit] r15 - trunk
Author: peter.seibel
Date: Thu Mar 8 11:56:06 2007
New Revision: 15
Modified:
trunk/faq.txt
Log:
Updating implementation lists some.
Modified: trunk/faq.txt
==============================================================================
--- trunk/faq.txt (original)
+++ trunk/faq.txt Thu Mar 8 11:56:06 2007
<at> <at> -133,11 +133,22 <at> <at>
There are a number of free (in both the "gratis" and the "libre"
senses) Lisp environments:
+\b{link{\href{}\text{ABCL}}}
+
+ABCL (Armed Bear Common Lisp) is an implementation of ANSI Common Lisp
+that runs in a Java virtual machine. It provides a runtime system, a
+compiler that compiles Lisp source to JVM bytecode, and an interactive
+REPL for program development. It runs on any platform that support
+Java 1.4 (or later), including Linux, Windows, and Mac OS X. It is, by
+the author's admission, a relatively young implementation, and has
+some notable limitations in its CLOS implementation. ABCL is licensed
+under the GNU GPL, with a special linking exception.
+
\b{\link{\href{http://clisp.cons.org/}\text{CLISP}}}
(Continue reading)
RSS Feed