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

Download page: implementations in columns (to save vertical space)

parent b17b8693
No related branches found
No related tags found
No related merge requests found
...@@ -14,31 +14,44 @@ ...@@ -14,31 +14,44 @@
<p>Two popular <em>open source</em> ones are Steel Bank Common Lisp (SBCL) and Clozure Common Lisp (CCL):</p> <p>Two popular <em>open source</em> ones are Steel Bank Common Lisp (SBCL) and Clozure Common Lisp (CCL):</p>
<b>Steel Bank Common Lisp (SBCL)</b> <div class="row">
<ul>
<li><a href="http://www.sbcl.org/">Main website</a></li>
<li><a href="http://www.sbcl.org/platform-table.html">Download&nbsp;&nbsp;<i class="fa fa-download"></i></a></li>
<li><a href="http://www.sbcl.org/getting.html">Install</a></li>
</ul>
<div class="col-md-4">
<b>Clozure Common Lisp (CCL)</b> <b>Steel Bank Common Lisp (SBCL)</b>
<ul> <ul>
<li><a href="http://ccl.clozure.com/">Main website</a></li> <li><a href="http://www.sbcl.org/">Main website</a></li>
<li><a href="http://ccl.clozure.com/download.html">Download/Install&nbsp;&nbsp;<i class="fa fa-download"></i></a></li> <li><a href="http://www.sbcl.org/platform-table.html">Download&nbsp;&nbsp;<i class="fa fa-download"></i></a></li>
</ul> <li><a href="http://www.sbcl.org/getting.html">Install</a></li>
</ul>
</div>
<div class="col-md-4">
<b>Clozure Common Lisp (CCL)</b>
<ul>
<li><a href="http://ccl.clozure.com/">Main website</a></li>
<li><a href="http://ccl.clozure.com/download.html">Download/Install&nbsp;&nbsp;<i class="fa fa-download"></i></a></li>
</ul>
</div>
</div>
<p>There are also powerful <em>commercial</em> implementations:</p> <p>There are also powerful <em>commercial</em> implementations:</p>
<b>Allegro CL</b><br/> <div class="row">
<a href="https://franz.com/products/allegro-common-lisp/">Allegro CL ®</a> <span class="small"> (sponsored link)</span> is a very powerful dynamic object-oriented development system especially suited to enterprise-wide, complex application development.
<ul>
<li><a href="https://franz.com/products/allegro-common-lisp/">Main website</a></li>
<li><a href="http://www.franz.com/">Company website</a></li>
<li><a href="https://franz.com/downloads/clp/survey">Free download&nbsp;&nbsp;<i class="fa fa-download"></i></a></li>
</ul>
<div class="col-md-4">
<b>Allegro CL</b><br/>
<a href="https://franz.com/products/allegro-common-lisp/">Allegro CL ®</a> <span class="small"> (sponsored link)</span> is a very powerful dynamic object-oriented development system especially suited to enterprise-wide, complex application development.
<ul>
<li><a href="https://franz.com/products/allegro-common-lisp/">Main website</a></li>
<li><a href="http://www.franz.com/">Company website</a></li>
<li><a href="https://franz.com/downloads/clp/survey">Free download&nbsp;&nbsp;<i class="fa fa-download"></i></a></li>
</ul>
</div>
</div>
<p>Look <a href="/implementations">here</a> for other Common Lisp compilers.</p> <p>Look <a href="/implementations">here</a> for other Common Lisp compilers.</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