• Thumbnail for AutoLISP
    AutoLISP is a dialect of the programming language Lisp built specifically for use with the full version of AutoCAD and its derivatives, which include...
    10 KB (997 words) - 11:58, 23 April 2025
  • with the best-known being Emacs Lisp in the Emacs editor, AutoLISP and later Visual Lisp in AutoCAD, Nyquist in Audacity, and Scheme in LilyPond. The potential...
    87 KB (10,027 words) - 08:07, 27 June 2025
  • Thumbnail for Common Lisp
    committee for Common Lisp. Common Lisp is a general-purpose programming language, in contrast to Lisp variants such as Emacs Lisp and AutoLISP which are extension...
    94 KB (11,969 words) - 03:38, 19 May 2025
  • Apache Wicket AppJar AppleScript Applesoft BASIC Arc Atari Assembler Editor AutoLISP AviSynth AWK BASIC Basic Assembly Language Ballerina BCPL Beatnik Befunge...
    27 KB (1,948 words) - 16:14, 14 July 2025
  • AutoLISP, Visual LISP, VBA, .NET, JavaScript, and ObjectARX. ObjectARX is a C++ class library, which was also the base for: products extending AutoCAD...
    29 KB (2,490 words) - 21:00, 24 June 2025
  • interpreter within AutoCAD for creating simple graphical dialogs. AutoLISP extensions use it to interact with the user in the AutoCAD environment. Unlike...
    4 KB (516 words) - 01:28, 16 July 2023
  • 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 (316 words) - 22:31, 19 June 2025
  • ARexx Argus Assembly language (ASM) AssemblyScript ATS AutoHotkey AutoIt AutoLISP, Visual LISP Averest AWK Axum B Babbage Ballerina Bash BASIC Batch file...
    28 KB (1,336 words) - 12:48, 4 July 2025
  • 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,871 words) - 11:44, 15 July 2025
  • 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) - 16:56, 21 February 2025
  • result; } auto to_negabinary(int value) { std::bitset<sizeof(int) * CHAR_BIT > result; std::size_t bit_position = 0; while (value != 0) { const auto div_result...
    28 KB (3,407 words) - 22:50, 2 April 2025
  • *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
  • section Contains the data that apply to nongraphical objects, used by AutoLISP, and ObjectARX applications. THUMBNAILIMAGE section Contains the preview...
    7 KB (739 words) - 21:48, 16 July 2025
  • Greenspun's tenth rule (category Lisp (programming language))
    half of Common Lisp. The rule expresses the opinion that the argued flexibility and extensibility designed into the programming language Lisp includes all...
    5 KB (456 words) - 11:32, 5 June 2025
  • Thumbnail for OpenLisp
    Bricsys uses OpenLisp to implement AutoLISP in its Bricscad computer-aided design (CAD) system. MEVA is entirely written with OpenLisp. Università degli...
    16 KB (1,321 words) - 09:38, 27 May 2025
  • newLISP is a scripting language, a dialect of the Lisp family of programming languages. It was designed and developed by Lutz Mueller. Because of its...
    10 KB (951 words) - 22:00, 15 March 2025
  • 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 S-expression
    S-expression (redirect from Lisp syntax)
    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,716 words) - 20:17, 4 March 2025
  • Thumbnail for GNU Guile
    GNU Guile (category GNU Project Lisp programming language implementations)
    was a cleaner Lisp dialect than Emacs Lisp, and that GEL could evolve to implement other languages on the same runtime, namely Emacs Lisp. After Lord discovered...
    21 KB (2,015 words) - 15:14, 23 February 2025
  • Thumbnail for Structure and Interpretation of Computer Programs
    Structure and Interpretation of Computer Programs (category Lisp (programming language))
    concepts using Scheme, a dialect of Lisp. It also uses a virtual register machine and assembler to implement Lisp interpreters and compilers. Topics in...
    9 KB (799 words) - 21:16, 10 March 2025
  • 2012-11-12. "FReT". Common-lisp.net. Retrieved 2012-11-12. "Grand-prix". Common-lisp.net. Retrieved 2012-11-12. "HEUTE - Common LISP Unit Test Package". Rdrop...
    188 KB (6,797 words) - 00:28, 2 July 2025
  • Lispkit Lisp is a lexically scoped, purely functional subset of Lisp (Pure Lisp) developed as a testbed for functional programming concepts. It was first...
    6 KB (565 words) - 09:48, 14 December 2024
  • Spice Lisp (Scientific Personal Integrated Computing Environment) is a programming language, a dialect of Lisp. Its implementation, originally written...
    3 KB (133 words) - 02:03, 15 April 2023
  • Thumbnail for BricsCAD
    Specifically regarding LISP routines, BricsCAD supports both Vanilla AutoLISP and Visual LISP (e.g. vl, vlr, vla and vlax functions as found in AutoCAD), and also...
    15 KB (1,550 words) - 23:53, 13 June 2025
  • Interlisp (redirect from InterLisp)
    language Lisp. Interlisp development began in 1966 at Bolt, Beranek and Newman (renamed BBN Technologies) in Cambridge, Massachusetts with Lisp implemented...
    10 KB (996 words) - 14:32, 29 October 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
  • spec Humorous explanation of call-with-current-continuation from Rob Warnock in Usenet's comp.lang.lisp Cooperative multitasking in Scheme using Call-CC...
    13 KB (1,565 words) - 09:29, 28 April 2025
  • Game Oriented Assembly Lisp (GOAL, also known as Game Object Assembly Lisp) is a programming language, a dialect of the language Lisp, made for video games...
    10 KB (896 words) - 09:15, 16 June 2025
  • programming language Scheme begins with the development of earlier members of the Lisp family of languages during the second half of the twentieth century. During...
    17 KB (2,021 words) - 21:38, 27 May 2025
  • Thumbnail for Wally Feurzeig
    recognition, natural-language understanding, automated theorem proving, Lisp language development, and robot problem solving. Much of this work was done...
    10 KB (883 words) - 11:37, 6 November 2024