From a9b567f52fdd95004549246165ad315f7c0aeaef Mon Sep 17 00:00:00 2001
From: Mariano Montone <marianomontone@gmail.com>
Date: Thu, 11 Oct 2018 16:03:55 -0300
Subject: [PATCH] CLISP in implementations page

---
 content/implementations.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/content/implementations.html b/content/implementations.html
index abcf42a..13688e7 100644
--- a/content/implementations.html
+++ b/content/implementations.html
@@ -29,6 +29,10 @@
         <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>
-- 
GitLab