enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Common Lisp - Wikipedia

    en.wikipedia.org/wiki/Common_Lisp

    The CLiki, a Wiki for free and open-source Common Lisp systems running on Unix-like systems. One of the main repositories for free Common Lisp for software is Common-Lisp.net Archived September 27, 2009, at the Wayback Machine. lisp-lang.org has documentation and a showcase of success stories. An overview of the history of Common Lisp: "History".

  3. Common Lisp the Language - Wikipedia

    en.wikipedia.org/wiki/Common_Lisp_the_Language

    The ANSI Common Lisp standard was published in 1994 and differs from the language dialects described in Common Lisp the Language (1984) and Common Lisp the Language, Second Edition (1990). Substantive additions and deletions were made between the time of the Second Edition and the final version of ANSI Common Lisp.

  4. CMU Common Lisp - Wikipedia

    en.wikipedia.org/wiki/CMU_Common_Lisp

    CMUCL is a free Common Lisp implementation, originally developed at Carnegie Mellon University. CMUCL runs on most Unix-like platforms, including Linux and BSD; there is an experimental Windows port as well. Steel Bank Common Lisp is derived from CMUCL. The Scieneer Common Lisp was a commercial derivative from CMUCL.

  5. CLISP - Wikipedia

    en.wikipedia.org/wiki/CLISP

    CLISP is extremely portable, running on almost all Unix-based operating systems as well as on Microsoft Windows.Although interpreting bytecode is usually slower than running compiled native binaries, this is not always a major issue (especially in applications like Web development where I/O is the bottleneck).

  6. Common Lisp Interface Manager - Wikipedia

    en.wikipedia.org/wiki/Common_Lisp_Interface_Manager

    The Common Lisp Interface Manager (CLIM) is a Common Lisp-based programming interface for creating user interfaces, i.e., graphical user interfaces (GUIs). It provides an application programming interface (API) to user interface facilities for the programming language Lisp . [ 1 ]

  7. GNU Common Lisp - Wikipedia

    en.wikipedia.org/wiki/GNU_Common_Lisp

    GNU Common Lisp (GCL) is the GNU Project's ANSI Common Lisp compiler, an evolutionary development of Kyoto Common Lisp. It produces native object code by first generating C code and then calling a C compiler. GCL is the implementation of choice for several large projects including the mathematical tools Maxima, AXIOM, HOL88, and ACL2.

  8. Steel Bank Common Lisp - Wikipedia

    en.wikipedia.org/wiki/Steel_Bank_Common_Lisp

    Steel Bank Common Lisp (SBCL) is a free Common Lisp implementation that features a high-performance native compiler, Unicode support and threading.It is open source software, with a permissive license.

  9. On Lisp - Wikipedia

    en.wikipedia.org/wiki/On_Lisp

    On Lisp: Advanced Techniques for Common Lisp is a book by Paul Graham on macro programming in Common Lisp. Published in 1993, it is currently out of print, [ 1 ] but can be freely downloaded as a PDF file.