Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
lisp [2021-04-29 08:38] – [links] niklisp [2021-04-29 08:43] – [implemetations] nik
Line 16: Line 16:
 ====implemetations==== ====implemetations====
 A "survey of Common Lisp implementations that are currently being actively maintained. [...] references to writings about why Lisp is interesting and important, Lisp textbooks, and useful Lisp resources including repositories of available libraries." [nov.2007]  > http://common-lisp.net/~dlw/LispSurvey.html A "survey of Common Lisp implementations that are currently being actively maintained. [...] references to writings about why Lisp is interesting and important, Lisp textbooks, and useful Lisp resources including repositories of available libraries." [nov.2007]  > http://common-lisp.net/~dlw/LispSurvey.html
-  * CMUCL http://www.cons.org/cmucl/ and SBCL (steel bank CL) http://sbcl.sourceforge.net/ +  * [[http://sbcl.org/|SBCL]] (based on the earlier [[http://www.cons.org/cmucl/|CMUCL]]) is a "high performance compiler and runtime system for ANSI Common Lispit provides an interactive environment including debugger, a statistical profiler, a code coverage tool, and many other extensions." 
-  * OpenMCL is based on macintosh common lispruns on ppc based unix-alike (eg: [[debian ppc]] or [[OsX]] system) http://openmcl.clozure.com/+  * [[https://ccl.clozure.com/|Clozure CL]] aka. CCL "is a free Common Lisp implementation with a long history. Some distinguishing features of the implementation include fast compilation speed, native threads, a precise, generational, compacting garbage collector, and a convenient foreign-function interface." for x86, x86-64, ppc32, ppc64, armv7l/armv6
   * CLisp http://clisp.sourceforge.net/   * CLisp http://clisp.sourceforge.net/
      
  • lisp.txt
  • Last modified: 2021-04-29 08:46
  • by nik