• Thumbnail for Lisp (programming language)
    Lisp (historically LISP, an abbreviation of "list processing") is a family of programming languages with a long history and a distinctive, fully parenthesized...
    84 KB (9,697 words) - 08:16, 9 June 2024
  • A lisp is a speech impairment in which a person misarticulates sibilants ([s], [z], [ts], [dz], [ʃ], [ʒ], [t͡ʃ], [d͡ʒ]). These misarticulations often result...
    11 KB (1,306 words) - 00:08, 26 June 2024
  • Thumbnail for Common Lisp
    work on diverse successors to MacLisp: Lisp Machine Lisp (aka ZetaLisp), Spice Lisp, NIL and S-1 Lisp. Common Lisp sought to unify, standardise, and...
    94 KB (11,971 words) - 03:56, 19 June 2024
  • Technology (MIT) Lisp machines. Lisp Machine Lisp was also the Lisp dialect with the most influence on the design of Common Lisp. Lisp Machine Lisp branched into...
    4 KB (302 words) - 02:57, 6 April 2023
  • Thumbnail for Lisp machine
    Lisp machines are general-purpose computers designed to efficiently run Lisp as their main software and programming language, usually via hardware support...
    33 KB (3,865 words) - 13:20, 8 April 2024
  • *Lisp (or StarLisp) is a programming language, a dialect of the language Lisp. It was conceived of in 1985 by two employees of the Thinking Machines Corporation...
    6 KB (517 words) - 03:08, 18 December 2023
  • Look up lisp or Lisp in Wiktionary, the free dictionary. A lisp is a type of speech impediment. Lisp or LISP may also refer to: Lisp (programming language)...
    730 bytes (130 words) - 21:42, 21 January 2024
  • Thumbnail for Emacs Lisp
    Emacs Lisp is a Lisp dialect made for Emacs. It is used for implementing most of the editing functionality built into Emacs, the remainder being written...
    18 KB (2,302 words) - 21:05, 26 June 2024
  • Thumbnail for Scheme (programming language)
    Scheme is a dialect of the Lisp family of programming languages. Scheme was created during the 1970s at the MIT Computer Science and Artificial Intelligence...
    73 KB (8,207 words) - 22:53, 9 June 2024
  • Thumbnail for S-expression
    S-expression (redirect from Lisp syntax)
    by the programming language Lisp, which uses them for source code as well as data. In the usual parenthesized syntax of Lisp, an S-expression is classically...
    14 KB (1,713 words) - 16:13, 12 March 2024
  • Anaphoric macro "CLiki: On Lisp". On Lisp home page Free versions of "On Lisp" On Lisp in pdf-format On Lisp in multiple HTML files On Lisp in multiple HTML files...
    1 KB (94 words) - 00:59, 15 October 2021
  • AutoLISP is a dialect of the programming language Lisp built specifically for use with the full version of AutoCAD and its derivatives, which include AutoCAD...
    10 KB (982 words) - 19:19, 18 September 2023
  • Lisp was a computer programming language, a dialect of the Lisp language. It was an object-oriented extension for the Lisp dialect Lisp Machine Lisp,...
    1 KB (134 words) - 19:47, 30 November 2021
  • Gay male speech (redirect from Gay lisp)
    homogeneous category. What is sometimes colloquially described as a gay "lisp" is one manner of speech associated with some homosexual males who speak...
    18 KB (2,062 words) - 13:21, 22 June 2024
  • Thumbnail for Paul Graham (programmer)
    Paul Graham (programmer) (category Lisp (programming language) people)
    Hacker News. He is the author of the computer programming books On Lisp, ANSI Common Lisp, and Hackers & Painters. Technology journalist Steven Levy has described...
    19 KB (1,754 words) - 19:55, 8 July 2024
  • Le Lisp (also Le_Lisp and Le-Lisp) is a programming language, a dialect of the language Lisp. It was developed at the French Institute for Research in...
    5 KB (308 words) - 20:19, 10 October 2023
  • Thumbnail for GNU Emacs
    Emacs, but Stallman's replacement of its Mocklisp interpreter with a true Lisp interpreter required that nearly all of its code be rewritten. This became...
    56 KB (5,078 words) - 01:53, 8 July 2024
  • MultiLisp is a functional programming language, a dialect of the language Lisp, and of its dialect Scheme, extended with constructs for parallel computing...
    6 KB (434 words) - 18:47, 3 December 2023
  • Arc ArkTS ARexx Argus Assembly language (ASM) AutoHotkey AutoIt AutoLISP / Visual LISP Averest AWK Axum B Babbage Ballerina Bash BASIC Batch file (Windows/MS-DOS)...
    28 KB (1,314 words) - 13:00, 9 July 2024
  • dictionary). A symbol in Lisp is unique in a namespace (or package in Common Lisp). Symbols can be tested for equality with the function EQ. Lisp programs can generate...
    12 KB (1,187 words) - 16:12, 8 November 2023
  • Thumbnail for Clojure
    Clojure (category Lisp (programming language))
    a dynamic and functional dialect of the Lisp programming language on the Java platform. Like most other Lisps, Clojure's syntax is built on S-expressions...
    46 KB (3,469 words) - 07:31, 3 June 2024
  • In the programming language Lisp, the reader or read function is the parser which converts the textual form of Lisp objects to the corresponding internal...
    2 KB (201 words) - 04:46, 6 January 2017
  • mod_lisp is an extension module for the Apache HTTP Server. It enables Apache to interface with application servers written in Common Lisp, making it possible...
    2 KB (194 words) - 09:17, 23 June 2021
  • Thumbnail for Phonological history of Spanish coronal fricatives
    attributes the presence of the dental fricative to a Spanish king with a lisp, the various realizations of these coronal fricatives are actually a result...
    26 KB (2,601 words) - 22:11, 15 May 2024
  • Thumbnail for Macro (computer science)
    macros in the editing language TECO; it was later ported to dialects of Lisp. Another programmers' text editor, Vim (a descendant of vi), also has an...
    32 KB (3,907 words) - 17:46, 2 July 2024
  • LISP 2 was a programming language proposed in the 1960s as the successor to Lisp. It had largely Lisp-like semantics and Algol 60-like syntax. Today it...
    3 KB (276 words) - 01:02, 22 April 2024
  • READ. READ returns Lisp data: lists, symbols, numbers, strings. The primitive Lisp function EVAL uses Lisp code represented as Lisp data, computes side-effects...
    17 KB (2,022 words) - 12:57, 8 June 2024
  • Thumbnail for Locator/Identifier Separation Protocol
    Separation Protocol (LISP) (RFC 6830) is a "map-and-encapsulate" protocol which is developed by the Internet Engineering Task Force LISP Working Group. The...
    17 KB (1,875 words) - 01:55, 3 February 2024
  • is used by nearly all programmers writing COBOL (1959), Forth (1970), and Lisp (1958); it is also common in Unix for commands and packages, and is used...
    36 KB (3,739 words) - 07:20, 30 April 2024
  • AI winter (category Lisp (programming language))
    Symbolics and LISP Machines Inc. who built specialized computers, called LISP machines, that were optimized to process the programming language LISP, the preferred...
    46 KB (5,562 words) - 06:40, 9 July 2024