diff --git a/content/implementations.html b/content/implementations.html index 729582092c1c4a93c6a515ec41a3d8cf9e0cbc33..13688e7c2f54812243d3a9c4e3d7efe233676c97 100644 --- a/content/implementations.html +++ b/content/implementations.html @@ -29,18 +29,34 @@ <h3>Clasp</h3> <p><a href="https://github.com/clasp-developers/clasp">Clasp</a> is 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. Embedding them in a Common Lisp environment allows you to make use of rapid prototyping, incremental development, and other capabilities that make it a powerful language.</p> </div> + <div class="col-lg-4 col-md-6"> + <h3>CLISP</h3> + <p><a href="https://clisp.sourceforge.io/">CLISP</a> is a Common Lisp implementation by Bruno Haible, then of Karlsruhe University, and Michael Stoll, then of Munich University, both in Germany. It implements the language described in the ANSI Common Lisp standard with many extensions.</p> + </div> </div> <h2 style="margin-bottom: 20px;">Commercial</h2> <div class="row"> - <div class="col-lg-4 col-md-6"> + <div class="col-lg-6 col-md-6"> <img src="/static/imgs/acl-128.png" class="float-right"> <h3>Allegro CL</h3> <p> <a href="https://franz.com/products/allegro-common-lisp/">Allegro CL ®</a> is a powerful dynamic object-oriented development, especially suited to enterprise-wide, complex application development. Complex applications with billions of objects are made easy with Allegro CL. The complexity of today's software applications and the explosion of data size are pervasive in all fields ranging from Life Sciences to Manufacturing to Financial Analytics. Allegro CL is the most effective system for developing and deploying applications to solve these complex problems in the real world. </p> </div> + + <div class="col-lg-6 col-md-6"> + <h3>LispWorks</h3> + + <p> + <a href="http://www.lispworks.com/products/lispworks.html"> LispWorks ® </a> is an implementation of ANSI Common Lisp running on Windows, x86_64 Linux, ARM Linux, Mac OS X, FreeBSD, AIX, x86/x64 Solaris and SPARC/Solaris. + + LispWorks is source code compatible across all supported platforms. + + LispWorks offers many features including an advanced Common Lisp compiler, interpreter, runtime system, language extensions, CAPI portable GUI toolkit and the LispWorks IDE. + </p> + </div> </div> <p>