File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout: default
3+ ---
4+
5+ < header >
6+ < h1 class ="title "> CLISP Setup</ h1 >
7+ </ header >
8+
9+ < h2 > Installing</ h2 >
10+
11+ < p > < a href ="http://www.clisp.org/ "> Download</ a > one of the packages or pre-built binaries.</ p >
12+
13+ < h2 > Notes</ h2 >
14+ < p > This page is a stub that needs to be expanded</ p >
15+ < hr />
Original file line number Diff line number Diff line change @@ -33,26 +33,31 @@ <h2 id="tabulation-of-systems">Tabulation of systems</h2>
3333 < td > High speed compiler, good on OSX and Windows</ td >
3434 </ tr >
3535 < tr class ="odd ">
36+ < td > < a href ="clisp-setup.html "> CLISP</ a > </ td >
37+ < td > Native</ td >
38+ < td > High speed compiler, good on OSX and Windows</ td >
39+ </ tr >
40+ < tr class ="even ">
3641 < td > < a href ="lispworks-setup.html "> LW</ a > </ td >
3742 < td > Native</ td >
3843 < td > Commercial platform</ td >
3944 </ tr >
40- < tr class ="even ">
45+ < tr class ="odd ">
4146 < td > ACL</ td >
4247 < td > Native</ td >
4348 < td > Commercial platform</ td >
4449 </ tr >
45- < tr class ="odd ">
50+ < tr class ="even ">
4651 < td > ABCL</ td >
4752 < td > JVM</ td >
4853 < td > Java interop</ td >
4954 </ tr >
50- < tr class ="even ">
55+ < tr class ="odd ">
5156 < td > ECL</ td >
5257 < td > C</ td >
5358 < td > C interop, has iOS port</ td >
5459 </ tr >
55- < tr class ="odd ">
60+ < tr class ="even ">
5661 < td > MOCL</ td >
5762 < td > Native</ td >
5863 < td > Stores CL as a library for mobile devices - iOS & Android</ td >
You can’t perform that action at this time.
0 commit comments