enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Lisp (programming language) - Wikipedia

    en.wikipedia.org/wiki/Lisp_(programming_language)

    The first complete Lisp compiler, written in Lisp, was implemented in 1962 by Tim Hart and Mike Levin at MIT, and could be compiled by simply having an existing LISP interpreter interpret the compiler code, producing machine code output able to be executed at a 40-fold improvement in speed over that of the interpreter. [19]

  3. OpenLisp - Wikipedia

    en.wikipedia.org/wiki/OpenLisp

    OpenLisp is a programming language in the Lisp family developed by Christian Jullien [1] from Eligis.It conforms [2] [3] [4] to the international standard for ISLISP published jointly by the International Organization for Standardization (ISO) and International Electrotechnical Commission (IEC), ISO/IEC 13816:1997(E), [5] [6] revised to ISO/IEC 13816:2007(E).

  4. Common Lisp - Wikipedia

    en.wikipedia.org/wiki/Common_Lisp

    A chronological list of books published (or about to be published) about Common Lisp (the language) or about programming with Common Lisp (especially AI programming). Guy L. Steele : Common Lisp the Language, 1st Edition , Digital Press, 1984, ISBN 0-932376-41-X

  5. CLISP - Wikipedia

    en.wikipedia.org/wiki/CLISP

    CLISP includes an interpreter, a bytecode compiler, debugger, socket interface, high-level foreign language interface, strong internationalization support, and two object systems: Common Lisp Object System (CLOS) and metaobject protocol (MOP). It is written in C and Common Lisp.

  6. Poplog - Wikipedia

    en.wikipedia.org/wiki/Poplog

    Poplog's core language is POP-11. It is used to implement the other languages, all of them incrementally compiled, with an integrated common editor. In the Linux/Unix versions, POP-11 provides support for 2-D graphics via X. Poplog supports incrementally compiled versions of Common Lisp, POP-11, Prolog, and Standard ML.

  7. Steel Bank Common Lisp - Wikipedia

    en.wikipedia.org/wiki/Steel_Bank_Common_Lisp

    [3] [4] The main point of divergence at the time was a clean bootstrapping procedure: CMUCL requires an already compiled executable binary of itself to compile the CMUCL source code, whereas SBCL supported bootstrapping from theoretically any ANSI-compliant Common Lisp implementation. SBCL became a SourceForge project in September 2000. [3]

  8. LispWorks - Wikipedia

    en.wikipedia.org/wiki/LispWorks

    In January 2005, the Xanalys Lisp team formed LispWorks Ltd. to market, develop, and support the software. LispWorks's features include: A native-code compiler and an interpreter for an extended ANSI Common Lisp; An implementation of the Common Lisp Object System with support for the metaobject protocol; Support for 32-bit and 64-bit versions

  9. Embeddable Common Lisp - Wikipedia

    en.wikipedia.org/wiki/Embeddable_Common_Lisp

    Embeddable Common Lisp (ECL) is a small implementation of the ANSI Common Lisp programming language that can be used stand-alone or embedded in extant applications written in C. It creates OS-native executables and libraries (i.e. Executable and Linkable Format (ELF) files on unix) from Common Lisp code, and runs on most platforms that support ...