File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 33%
44
55Common Lisp implementations usually are called "systems", and there
6- are a number for the expert to choose from; this author will make
7- recommendations for the novice .
6+ are a number for the expert to choose from; I recommend ** [ SBCL ] ( http://sbcl.org ) **
7+ for new users. Read on for more detail .
88
99Open Source
1010---
@@ -28,11 +28,15 @@ general Common Lisp ecosystem.
2828Commercial
2929---
3030
31- LispWorks and Allegro are the currently maintained commercial
32- implementations (as well as IDEs). They provide free
33- limited-functionality personal editions with an IDE. This author has
34- had good experiences with LispWorks.
31+ LispWorks and Allegro Common Lisp are the currently maintained commercial
32+ implementations with IDEs. They provide free
33+ limited-functionality personal editions. This author has
34+ had good experiences with LispWorks Personal Edition; it has limitations
35+ on its use, however.
3536
37+ Mobile developers may find [ mocl] ( https://wukix.com/mocl ) a very interesting
38+ product in this space; it is a recently (2013) released Common Lisp system designed
39+ for interoperation with the base systems.
3640
3741Tabulation of systems
3842---
@@ -45,3 +49,4 @@ SBCL Native High speed compiler
4549 ACL Native Professional platform
4650ABCL JVM Java interop
4751 ECL C C interop, has iOS port
52+ MOCL Native Stores CL as a library for mobile devices - iOS & Android
You can’t perform that action at this time.
0 commit comments