Jump to content

LISP: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 28: Line 28:
==A list of LISP implementations that run under Java==
==A list of LISP implementations that run under Java==
* GNU [http://www.gnu.org/software/kawa/ Kawa Scheme]
* GNU [http://www.gnu.org/software/kawa/ Kawa Scheme]
;Related languages
* [[Clojure]] - Functional language that uses LISP syntax.
==A list of LISP implementations in JavaScript==
==A list of LISP implementations in JavaScript==
*
*
==Publications==
==Publications==
* [[http://home.pipeline.com/~hbaker1/ Henry Baker's Archive of Research Papers]] - Primarily Lisp related but a few unrelated papers in-between.
* [[http://home.pipeline.com/~hbaker1/ Henry Baker's Archive of Research Papers]] - Primarily Lisp related but a few unrelated papers in-between.
====Local articles====
====Local articles====
*  
*  

Revision as of 16:19, 12 February 2016

List processing language, one of the earliest programming language to feature a garbage collector. Popular in early AI research but is also used as a scripting language in packages such as Emacs.

A list of OS/2 implementations of LISP

Libraries

  • Snappy - Compression lib. - Open Source - Current.

Foreign libraries with LISP bindings

  • Snappy - Compression lib. - Open Source - Current.

OS/2 text & programmers editors with LISP support

  • Boxer - LISP syntax highlighting support built in - Commercial - Discontinued.

A list of DOS implementations of LISP

DOS text & programmers editors with LISP support

  • Boxer - LISP syntax highlighting support built in - Commercial - Discontinued.

A list of LISP implementations that run under WinOS/2

  • Apteryx Lisp 1.04 - shareware

A list of LISP implementations that run under Java

Related languages
  • Clojure - Functional language that uses LISP syntax.

A list of LISP implementations in JavaScript

Publications

Local articles

Tutorials and other learning material

Standards