forked from andreer/lispbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjust-lisp-snippet.html
More file actions
40 lines (37 loc) · 1.2 KB
/
just-lisp-snippet.html
File metadata and controls
40 lines (37 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<h2>Just Lisp</h2>
<table class="floater">
<tr class="table-header">
<td>Lisp Implementation</td>
<td class="centered">Mac OS X</td>
<td class="centered">GNU/Linux</td>
<td class="centered">Windows</td>
</tr>
<tr>
<td>Allegro 6.2 (<a href="http://www.franz.com/PracticalCommonLisp">get license</a>)</td>
<td class="centered">not yet available</td>
<td class="centered">not yet available</td>
<td class="centered">not yet available</td>
</tr>
<tr>
<td>SBCL 0.8.20</td>
<td class="centered">not yet available</td>
<td class="centered">not yet available</td>
<td class="centered">—</td>
</tr>
<tr>
<td>OpenMCL ????</td>
<td class="centered">not yet available</td>
<td class="centered">—</td>
<td class="centered">—</td>
</tr>
<tr>
<td>CLISP 2.33.2</td>
<td class="centered">not yet available</td>
<td class="centered">not yet available</td>
<td class="centered">not yet available</td>
</tr>
</table>
<p class="download-blurb">Choose a file from this table if you want to
add another Common Lisp implementation to an existing Lispbox
installation. To install, simply unpack the file in your existing
Lispbox directory and invoke <code>M-x lispbox-find-lisps</code>.</p>