<li><ahref="https://common-lisp.net/project/mcclim/">McCLIM</a> - An implementation of the Common Lisp Interface Manager, version II. <ahref="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU LGPL2.1</a>.</li>
<li><ahref="https://github.com/joachifm/cl-webkit">cl-webkit</a> - A binding to WebKitGTK+. Also adds web browsing capabilities to an application, leveraging the full power of the WebKit browsing engine. <ahref="https://opensource.org/licenses/MIT">MIT</a>.</li>
</ul>
<h1id="implementations">Implementations</h1>
<ul>
<li><ahref="https://common-lisp.net/project/armedbear/">ABCL</a> - Armed Bear Common Lisp; targets the JVM, compiles to bytecode. <ahref="https://common-lisp.net/project/armedbear/faq.shtml#qa">Standard conformance</a>. <ahref="http://www.gnu.org/copyleft/gpl.html">GNU GPL3</a> with <ahref="http://www.gnu.org/software/classpath/license.html">Classpath exception</a>.</li>
<li><ahref="https://github.com/drmeister/clasp">CLASP</a> - a new Common Lisp implementation that seamlessly interoperates with C++ libraries and programs using LLVM for compilation to native code. This allows Clasp to take advantage of a vast array of preexisting libraries and programs, such as out of the scientific computing ecosystem. <ahref="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL2.1</a> (and others).</li>
<li><ahref="//www.cons.org/cmucl/">CMUCL</a> - An implementation from Carnegie Mellon University. Public domain.</li>
<li><ahref="https://common-lisp.net/project/ecl/">ECL</a> - Embeddable Common Lisp; compiles to C. <ahref="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU LGPL2.1</a>.</li>
<li><ahref="https://www.gnu.org/software/gcl/">GCL</a> - Another GNU implementation; not yet fully ANSI-compliant. <ahref="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU LGPL2.1</a>.</li>
<li><ahref="//www.clisp.org/">GNU CLISP</a> - A GNU implementation; contains a compiler and an interpreter. <ahref="http://www.gnu.org/software/clisp/impnotes.html">Standard conformance</a>. <ahref="http://www.gnu.org/copyleft/gpl.html">GNU GPL3</a>.</li>
<li><ahref="http://www.sbcl.org/index.html">SBCL</a> - A fork of CMUCL; compiles to machine code. <ahref="http://www.sbcl.org/manual/index.html#ANSI-Conformance">Standard compliance</a>. Public domain, with some parts under <ahref="http://directory.fsf.org/wiki/License:Expat">Expat</a> and <ahref="http://directory.fsf.org/wiki/License:BSD_3Clause">3-clause BSD</a>.</li>
</ul>
<h1id="json">JSON</h1>
<ul>
<li><ahref="https://github.com/hankhero/cl-json">cl-json</a> - A JSON encoder and decoder. <ahref="http://directory.fsf.org/wiki/License:Expat">Expat</a>.</li>
@@ -40,7 +40,6 @@ sellers who aren't evil for physical resources.
-[Game Development](#game-development)
-[Graphics](#graphics)
-[GUI](#gui)
-[Implementations](#implementations)
-[JSON](#json)
-[Language extensions](#language-extensions)
-[CLOS extensions](#clos-extensions)
...
...
@@ -268,18 +267,6 @@ processes. It has
*[McCLIM](https://common-lisp.net/project/mcclim/) - An implementation of the Common Lisp Interface Manager, version II. [GNU LGPL2.1][11].
*[cl-webkit](https://github.com/joachifm/cl-webkit) - A binding to WebKitGTK+. Also adds web browsing capabilities to an application, leveraging the full power of the WebKit browsing engine. [MIT][200].
Implementations
===============
*[ABCL](https://common-lisp.net/project/armedbear/) - Armed Bear Common Lisp; targets the JVM, compiles to bytecode. [Standard conformance][4]. [GNU GPL3][2] with [Classpath exception][3].
*[CLASP](https://github.com/drmeister/clasp) - a new Common Lisp implementation that seamlessly interoperates with C++ libraries and programs using LLVM for compilation to native code. This allows Clasp to take advantage of a vast array of preexisting libraries and programs, such as out of the scientific computing ecosystem. [LGPL2.1][11] (and others).
*[CMUCL](//www.cons.org/cmucl/) - An implementation from Carnegie Mellon University. Public domain.
*[ECL](https://common-lisp.net/project/ecl/) - Embeddable Common Lisp; compiles to C. [GNU LGPL2.1][11].
*[GCL](https://www.gnu.org/software/gcl/) - Another GNU implementation; not yet fully ANSI-compliant. [GNU LGPL2.1][11].
*[GNU CLISP](//www.clisp.org/) - A GNU implementation; contains a compiler and an interpreter. [Standard conformance][6]. [GNU GPL3][2].
*[SBCL](http://www.sbcl.org/index.html) - A fork of CMUCL; compiles to machine code. [Standard compliance][13]. Public domain, with some parts under [Expat][14] and [3-clause BSD][15].