Source: commons.wikimedia.org

Lisp is a family of programming languages with a long history and a distinctive, fully parenthesized prefix notation. Originally specified in the late 1950s, it is the second-oldest high-level programming language still in common use, after Fortran. Lisp has changed since its early days, and many dialects have existed over its history. Today, the best-known general-purpose Lisp dialects are Common Lisp, Scheme, Racket, and Clojure. Wikipedia

Created Year: 1958
Designed by: John McCarthy
Developed by: John McCarthySteve Russell
Aliases: LISt Processor, List Processor, Lisp (programming language), LISP, ISO/IEC 13816, JIS X 3012

Wikidata: Q132874

Influenced: AgentSheetsCeylonClaireCLIPSClojureCLUCommon LispCOWSELCurlDylanErlangExtemporeFactorForthHaskellHyImpromptuIoJuliaLittle bLogoMLispMocklispNialNimNyquistOzPerlPixiePliantPostScriptPurePythonREBOLRubySchemeSmalltalkSqueakTclUCBLogoWolfram Language

Influenced by: Information Processing Language

Programming paradigms: functional programmingmetaprogrammingmulti-paradigm programmingprocedural programmingreflective programming

Language types: functional programming languageinterpreted languagemetaprogramming languagemulti-paradigm programming languageprocedural programming languagereflective programming language

Lisp Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in Lisp

; LISP
(DEFUN hello ()
  (PRINT (LIST 'HELLO 'WORLD))
)

(hello)

Free Lisp books, articles, documentation

Emacs Lisp

:information_source: See also … IDE and editors

PicoLisp

Search on GitHub


Latest data update: 2025-04-08