From aeb5d8ccce89c41193fe526a287bd88bc8bf071b Mon Sep 17 00:00:00 2001 From: Christopher Carpenter Date: Fri, 11 Sep 2015 00:20:51 -0500 Subject: [PATCH 1/3] Add missing osx binary names to CCL page --- env/ccl-setup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/ccl-setup.html b/env/ccl-setup.html index 1859cca..1236ffb 100644 --- a/env/ccl-setup.html +++ b/env/ccl-setup.html @@ -14,7 +14,7 @@

Installing

Note that each platform has a different CCL executable.

Linedit

From bfad02d02f642010f45f65b5892f0bc17b18f039 Mon Sep 17 00:00:00 2001 From: Christopher Carpenter Date: Fri, 11 Sep 2015 00:23:07 -0500 Subject: [PATCH 2/3] Cleanup lisp-system table --- env/lisp-system.html | 50 ++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/env/lisp-system.html b/env/lisp-system.html index ab720d1..956845d 100644 --- a/env/lisp-system.html +++ b/env/lisp-system.html @@ -13,49 +13,49 @@

Commercial

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.

Mobile developers may find mocl a very interesting product in this space; it is a recently (2013) released Common Lisp system designed for interoperation with the base systems.

Tabulation of systems

- +
- - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + +
NameBaseNotesNameBaseNotes
SBCLNativeHigh speed compilerSBCLNativeHigh speed compiler
CCLNativeHigh speed compiler, good on OSX and WindowsCCLNativeHigh speed compiler, good on OSX and Windows
LWNativeCommercial platformLWNativeCommercial platform
ACLNativeCommercial platformACLNativeCommercial platform
ABCLJVMJava interopABCLJVMJava interop
ECLCC interop, has iOS portECLCC interop, has iOS port
MOCLNativeStores CL as a library for mobile devices - iOS & AndroidMOCLNativeStores CL as a library for mobile devices - iOS & Android
From b3c690c85a80602ed79e3a09967e270e26bb49ac Mon Sep 17 00:00:00 2001 From: Christopher Carpenter Date: Fri, 11 Sep 2015 00:24:38 -0500 Subject: [PATCH 3/3] Add clisp to lisp systems with stub --- env/clisp-setup.html | 15 +++++++++++++++ env/lisp-system.html | 13 +++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 env/clisp-setup.html diff --git a/env/clisp-setup.html b/env/clisp-setup.html new file mode 100644 index 0000000..5445b4f --- /dev/null +++ b/env/clisp-setup.html @@ -0,0 +1,15 @@ +--- +layout: default +--- + +
+

CLISP Setup

+
+ +

Installing

+ +

Download one of the packages or pre-built binaries.

+ +

Notes

+

This page is a stub that needs to be expanded

+
diff --git a/env/lisp-system.html b/env/lisp-system.html index 956845d..85eaea6 100644 --- a/env/lisp-system.html +++ b/env/lisp-system.html @@ -33,26 +33,31 @@

Tabulation of systems

High speed compiler, good on OSX and Windows + CLISP + Native + High speed compiler, good on OSX and Windows + + LW Native Commercial platform - + ACL Native Commercial platform - + ABCL JVM Java interop - + ECL C C interop, has iOS port - + MOCL Native Stores CL as a library for mobile devices - iOS & Android