From b17b869380ab73a503e479438211de15c11dad1a Mon Sep 17 00:00:00 2001 From: Mariano Montone <marianomontone@gmail.com> Date: Thu, 11 Oct 2018 01:28:23 -0300 Subject: [PATCH] Allegro CL in download page --- content/downloads.html | 79 ++++++++++++++++++++++++------------------ 1 file changed, 46 insertions(+), 33 deletions(-) diff --git a/content/downloads.html b/content/downloads.html index 29f3ba6..da65349 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -7,37 +7,50 @@ <p>If you are a newbie or you want to get started as fast as possible, then <a href="https://portacle.github.io/">Portacle</a> is probably your best option. Portacle is a multiplatform, complete IDE for Common Lisp. It includes Emacs, SBCL, Git, Quicklisp, all configured and ready to use.</p> <p> - <a href="https://portacle.github.io" class="btn btn-primary"><i class="fa fa-download"></i> Download Portacle - All-In-One Common Lisp</a> + <a href="https://portacle.github.io" class="btn btn-primary"><i class="fa fa-download"></i> Download Portacle - All-In-One Common Lisp</a> </p> -<p>Otherwise, Common Lisp comes in many different <a href="/implementations">flavors, or implementations</a>. Two popular ones are Steel Bank Common Lisp (SBCL) and Clozure Common Lisp (CCL).</p> +<p>Otherwise, Common Lisp comes in many different <a href="/implementations">flavors, or implementations</a>.</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> <ul> - <li><b>Steel Bank Common Lisp (SBCL)</b> - <ul> - <li><a href="http://www.sbcl.org/">Main website</a></li> - <li><a href="http://www.sbcl.org/platform-table.html">Download <i class="fa fa-download"></i></a></li> - <li><a href="http://www.sbcl.org/getting.html">Install</a></li> - </ul> - </li> - <li><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 <i class="fa fa-download"></i></a></li> - </ul> - </li> + <li><a href="http://www.sbcl.org/">Main website</a></li> + <li><a href="http://www.sbcl.org/platform-table.html">Download <i class="fa fa-download"></i></a></li> + <li><a href="http://www.sbcl.org/getting.html">Install</a></li> +</ul> + + +<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 <i class="fa fa-download"></i></a></li> </ul> + +<p>There are also powerful <em>commercial</em> implementations:</p> + +<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 <i class="fa fa-download"></i></a></li> +</ul> + + <p>Look <a href="/implementations">here</a> for other Common Lisp compilers.</p> <p>You can also try Common Lisp online:</p> <p> - <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#try_lisp" aria-expanded="false" aria-controls="collapseExample"> - <i class="fa fa-play"></i> Try Lisp Online - </button> + <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#try_lisp" aria-expanded="false" aria-controls="collapseExample"> + <i class="fa fa-play"></i> Try Lisp Online + </button> </p> <div class="collapse" id="try_lisp"> - <p>This is a <a href="https://github.com/jscl-project/jscl">JSCL</a> Lisp REPL running on the Web. Note that it is not a complete Common Lisp implementation, but enough to have a taste of it:</p> - <iframe style="width:100%; height: 400px;" src="https://jscl-project.github.io/"></iframe> + <p>This is a <a href="https://github.com/jscl-project/jscl">JSCL</a> Lisp REPL running on the Web. Note that it is not a complete Common Lisp implementation, but enough to have a taste of it:</p> + <iframe style="width:100%; height: 400px;" src="https://jscl-project.github.io/"></iframe> </div> <h2>Setup your environment</h2> @@ -57,12 +70,12 @@ <p>You can also watch this video tutorial:</p> <p> - <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#setup_video" aria-expanded="false" aria-controls="collapseExample"> - <i class="fa fa-play"></i> Watch an introductory video - </button> + <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#setup_video" aria-expanded="false" aria-controls="collapseExample"> + <i class="fa fa-play"></i> Watch an introductory video + </button> </p> <div class="collapse" id="setup_video"> - <iframe width="560" height="315" src="https://www.youtube.com/embed/VnWVu8VVDbI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + <iframe width="560" height="315" src="https://www.youtube.com/embed/VnWVu8VVDbI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> </div> <h2>Read about Lisp</h2> @@ -77,12 +90,12 @@ <p>You may want check out <a href="https://lispcookbook.github.io/cl-cookbook/getting-started.html">the Common Lisp Cookbook</a> for getting started on Common Lisp ecosystem.</p> <p> - <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#start_project_video" aria-expanded="false" aria-controls="collapseExample"> - <i class="fa fa-play"></i> Watch an introductory video - </button> + <button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#start_project_video" aria-expanded="false" aria-controls="collapseExample"> + <i class="fa fa-play"></i> Watch an introductory video + </button> </p> <div class="collapse" id="start_project_video"> - <iframe width="560" height="315" src="https://www.youtube.com/embed/SPgjgybGb5o" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + <iframe width="560" height="315" src="https://www.youtube.com/embed/SPgjgybGb5o" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> </div> <h2>Libraries</h2> @@ -94,9 +107,9 @@ <h2>Resources</h2> <p>Here's a list of alternative guides for getting started: - <ul> - <li><a target="_blank" href="https://lispmethods.com/development-environment.html">Getting Started With Common Lisp</a> at lispmethods.com.</li> - <li><a href="http://articulate-lisp.com">Articulate Lisp site</a>.</li> - <li><a target="_blank" href="https://cliki.net/Getting%20Started">CLiki guide</a>.</li> - </ul> + <ul> + <li><a target="_blank" href="https://lispmethods.com/development-environment.html">Getting Started With Common Lisp</a> at lispmethods.com.</li> + <li><a href="http://articulate-lisp.com">Articulate Lisp site</a>.</li> + <li><a target="_blank" href="https://cliki.net/Getting%20Started">CLiki guide</a>.</li> + </ul> </p> -- GitLab