Skip to content
Snippets Groups Projects
Commit 293e84f9 authored by Mariano Montone's avatar Mariano Montone
Browse files

Merge branch 'master' into 'master'

Lispworks and CLISP in implementations page

See merge request clo/cl-site!22
parents 7790f86d a9b567f5
No related branches found
No related tags found
No related merge requests found
...@@ -29,18 +29,34 @@ ...@@ -29,18 +29,34 @@
<h3>Clasp</h3> <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> <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>
<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> </div>
<h2 style="margin-bottom: 20px;">Commercial</h2> <h2 style="margin-bottom: 20px;">Commercial</h2>
<div class="row"> <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"> <img src="/static/imgs/acl-128.png" class="float-right">
<h3>Allegro CL</h3> <h3>Allegro CL</h3>
<p> <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. <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> </p>
</div> </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> </div>
<p> <p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment