List of Lisp-family programming languages

From Wikipedia, the free encyclopedia

The programming language Lisp is the second-oldest high-level programming language with direct descendants and closely related dialects still in widespread use today. The language Fortran is older by one year.[1][2] Lisp, like Fortran, has changed a lot since its early days, and many dialects have existed over its history. Today, the most widely known general-purpose Lisp dialects are Common Lisp and Scheme.

More information Language, Year begun ...
LanguageYear begunCreated by (at)CommentsReferences
ACL21990Robert Boyer,
J Moore,
Matt Kaufmann
A Computational Logic for Applicative Common Lisp consists of a programming language, an extensible theory in a first-order logic, and a mechanical theorem prover[3]
Arc2008Paul GrahamDialect of Lisp developed by Paul Graham and Robert Morris[4]
AutoLISP1986David BetzBuilt to include and use with the full version of AutoCAD and its derivatives[5]
BBN LISP1966BBNBased on L. Peter Deutsch's Lisp implementation for PDP-1, which was developed from 1960 to 1964; in time language was expanded until it became its own separate dialect in 1966; later renamed Interlisp[6]
Chez Scheme1985R. Kent DybvigScheme dialect
Chialisp2019Bram CohenLisp-like language, focus on security and auditability; commonly used on Chia blockchain to lock funds in smart coins until spent and released by their owner, enabling behavior similar to a smart contract[7][8][9]
Chicken2000Felix WinkelmannScheme dialect
Clojure2007Rich HickeyLisp dialect, emphasizes functional programming; runs on Java virtual machine, Common Language Runtime, and JavaScript engines; like other Lisps, treats code as data (homoiconicity) and has a macro system[10]
ANSI Common Lisp1994ANSI X3J13 committeeCommon Lisp enhanced and standardized, published in ANSI standard document ANSI INCITS 226-1994; to the features of Common Lisp, it adds the loop macro, and the Common Lisp Object System (CLOS) to provide object-oriented programming paradigm with multiple dispatch (multimethods), and method combinations; runs on many platforms: Unix, Linux, macOS, Windows, JVM, JavaScript, Unix/C, LLVM/C++, Android, iOS[11]
Common Lisp1984Lisp dialect first standardized in a book, "Common Lisp the Language", by Guy L. Steele,[12] developed as a standardized and improved successor of Maclisp; statically and dynamically scoped; strongly-typed, allows (optional) type declarations;[13] separate namespaces for functions versus data variables, a trait often named Lisp-2; object-oriented programming is possible via libraries such as Flavors, CommonLOOPS, and later CLOS; treats code as data (homoiconicity) and has a macro system; The reader is extensible via reader macros[13][11]
Dylan1992Apple ComputerMostly based on Scheme and Common Lisp, was designed as system and application programming language by Apple; first used to write an operating system and applications for internal prototypes of the later released Apple Newton computer; first official version of Apple Dylan also had s-expression based syntax; Apple collaborated with partners to develop this language
Emacs Lisp1976Richard StallmanAlso termed Elisp, used by GNU Emacs and XEmacs text editors to implement most editing functions built into Emacs[14]
EuLisp1990Statically and dynamically scoped Lisp dialect developed by a loose formation of industrial and academic Lisp users and developers across Europe; the standardizers intended to create a new Lisp "less encumbered by the past" (compared to Common Lisp), and not so minimalist as Scheme, and to integrate the object-oriented programming paradigm well[15]
Franz Lisp1980Richard FatemanWritten at UC Berkeley by the students of Professor Richard J. Fateman, based largely on Maclisp and distributed with the Berkeley Software Distribution (BSD) for the Digital Equipment Corp (DEC) VAX[16]
Game Oriented Assembly Lisp (GOAL)2000sAndy GavinVideo game programming language developed by Andy Gavin and the Jak and Daxter team at Naughty Dog; written using Allegro Common Lisp; used in developing the full game series[17]
Hy2013Paul TagliamonteA lisp with tight integration with Python
Ikarus2007Abdulaziz GhuloumScheme dialect
Interlisp1967BBNProgramming environment built around a version of Lisp language; development began in 1967 at Bolt, Beranek and Newman in Cambridge, Massachusetts as BBN LISP, which ran on PDP-10 machines running the TENEX operating system; when Danny Bobrow, Warren Teitelman, and Ronald Kaplan moved from BBN to Xerox PARC, it was renamed Interlisp[18]
ISLISP1997WG16Small core language to help bridge the gap between differing Lisp dialects[19]
Le Lisp1981INRIADesigned by Jérôme Chailloux, Emmanuel St. James, INRIA[20][21][22]
Lisp Flavored Erlang (LFE)2008Robert VirdingLisp dialect built on Core Erlang and the Erlang virtual machine BEAM
Lisp Machine Lisp1984Sometimes named Zetalisp, is a direct descendant of Maclisp; was developed in the mid to late 1970s as the systems programming language for the MIT Lisp machines[23]
Lispkit Lisp1980Peter HendersonA lexically scoped, purely functional subset of Lisp ("Pure Lisp") developed as a testbed for functional programming concepts.[24]
Maclisp1966Project MACOriginated at MIT's Project MAC in late 1960s; based on Lisp 1.5; Richard Greenblatt was main developer of original codebase for the PDP-6;[25] Jon L. White was responsible for later maintenance and development[25]
MultiLisp1980sRobert H. HalsteadScheme dialect, extended with constructs for parallel computing, executing, and shared memory; also had some unusual garbage collection and task scheduling algorithms[26]
NIL1970sMIT32-bit Lisp implementation developed at MIT; intended as successor to Maclisp; NIL stood for New Implementation of LISP, and was in part a response to DECs VAX computer[27][28]
OpenLisp1988Christian JullienISLISP compatible language with many Common Lisp extensions; runs on most modern operating systems[29]
Owl Lisp2012Aki HelinPure functional Scheme dialect; based on applicable subset of the R7RS standard; has been extended mainly with threads and the data structures needed for purely functional operation[30]
PicoLisp1988Alexander BurgerOpen-source Lisp dialect; runs on Linux and other POSIX-compliant systems; most prominent features are simplicity and minimalism[31]
Portable Standard Lisp1980University of UtahTail-recursive dynamically bound Lisp dialect inspired by its predecessor, Standard Lisp and the Portable Lisp Compiler; it implements the Reduce computer algebra system
Racket1994PLT Inc.General purpose, multi-paradigm programming language in the Lisp-Scheme family; one of its design goals is to serve as a platform for language creation, design, and implementation; it is used in many contexts such as scripting, general-purpose programming, computer science education, and research[32][33]
Scheme1970Guy L. Steele,
Gerald Sussman
Functional programming language with a minimalist design philosophy specifying a small standard core with powerful tools for language extension[12]
Scheme In One Defun (SIOD)1988George J. CarretteSmall Scheme implementation, written in C language, made to embed in C programs
SKILL1990Cadence Design SystemsUsed as a scripting language and PCell description language used in many EDA software suites by Cadence[34]
T1984Jonathan A. Rees,
Norman I. Adams
Scheme dialect developed in the early 1980s by Jonathan A. Rees, Kent M. Pitman, and Norman I. Adams of Yale University as an experiment in language design and implementation[35]
TXR2009Kaz KylhekuConsists of a Lisp dialect (TXR Lisp) and a pattern language for processing text (TXR Pattern Language)[36]
Close

Timeline

More information LISP 1, 1.5, LISP 2(abandoned), Maclisp ...
1958 1960 1965 1970 1975 1980 1985 1990 1995 2000 2005 2010 2015 2020
 LISP 1, 1.5, LISP 2(abandoned)
 Maclisp
 Interlisp
 MDL
 Lisp Machine Lisp
 Scheme  R5RS  R6RS  R7RS small
 NIL
 ZIL (Zork Implementation Language)
 Franz Lisp
 Common Lisp  ANSI standard
 Le Lisp
 MIT Scheme
 XLISP
 T
 Chez Scheme
 Emacs Lisp
 AutoLISP
 PicoLisp
 Gambit
 EuLisp
 ISLISP
 OpenLisp
 PLT Scheme  Racket
 newLISP
 GNU Guile
 Visual LISP
 Clojure
 Arc
 LFE
 Hy
Close

References

Wikiwand - on

Seamless Wikipedia browsing. On steroids.