Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bb72899

Browse files
committed
implementations: about Portacle
1 parent b526e4a commit bb72899

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎implementations/summary.html‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ <h1 class="title">Choosing Your Lisp</h1>
99
<h2 id="open-source">Open Source</h2>
1010
<p>In general, Lisp systems are designed around a front end to do development with. However, without an IDE, usually the best usability is to use a system with working arrow keys in the terminal. The author has investigated the <em>CCL</em> and <em>SBCL</em> systems using a plugin called Linedit; this should provide a ramp-up experience.</p>
1111
<p>Using emacs as an IDE and <a href="http://sbcl.org">SBCL</a> (Steel Bank Common Lisp) is the most popular choice at this point in time for open source development. Other common systems are CCL (Clozure Common Lisp), CLISP, ABCL (Armed Bear Common Lisp) and ECL (Embeddable Common Lisp). Less common systems exist. This author recommends <em>SBCL</em> or <em>CCL</em> for beginners who are comfortable on the command line, but would like to point out that each Lisp system provides value within the general Common Lisp ecosystem.</p>
12+
13+
Note that you can get SBCL packaged with Emacs, Slime, Quicklisp and
14+
Git with <a href="https://shinmera.github.io/portacle/">Portacle</a>,
15+
a portable and multiplatform Common Lisp development environment.
16+
1217
<h2 id="commercial">Commercial</h2>
1318
<p>LispWorks and Allegro Common Lisp are the currently maintained commercial implementations with IDEs. They provide free limited-functionality personal editions. This author has had good experiences with LispWorks Personal Edition; it has limitations on its use, however.</p>
1419
<p>Mobile developers may find <a href="https://wukix.com/mocl">mocl</a> a very interesting product in this space; it is a recently (2013) released Common Lisp system designed for interoperation with the base systems.</p>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /