|
Lisp Resources |
|
|
|
Lisp is a family of languages with a rich history.
Here are the major languages currently in use:
Other languages of interest:
Common Lisp ResourcesCommon Lisp is a general-purpose, industrial-strength, ANSI standard (X3.226 1994) Lisp dialect -- probably the most actively used. The full text of the language specification is also available as the Common Lisp HyperSpec, a mechanically generated HTML version of the official standard. Tutorials and Introductory Material
Source Code and Tools
Miscellaneous
Scheme ResourcesScheme is probably the second most widely used dialect of Lisp. Although, it is primarily used in
academiaand research, there are several commercial scheme-based
companies. The Scheme community holds annual workshops usually co-locatd with the
ICFP (International Conference on Functional Programming) conferences.
The language specification is the Tutorials and Introductory Material
Source Code and Tools
Miscellaneous
Arc ResourcesArc is a new dialect of Lisp for expert programmers, especially suited for web applications. Arc is being designed and implemented mainly by Paul Graham. The following resources are currently available:
AutoLISP ResourcesAutoLISP is the extension language of the AutoCAD computer aided design system. Here are a few starting points for further exploration:
Dylan ResourcesDylan is a general purpose object-oriented language inspired by Common Lisp. The following resources are available:
Emacs Lisp ResourcesEmacs Lisp is the xxtension language of the GNU Emacs and XEmacs text editors.
|