enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. 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).

  3. Lisp (programming language) - Wikipedia

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

    Lisp originally had very few control structures, but many more were added during the language's evolution. (Lisp's original conditional operator, cond, is the precursor to later if-then-else structures.) Programmers in the Scheme dialect often express loops using tail recursion. Scheme's commonality in academic computer science has led some ...

  4. 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.

  5. 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.

  6. 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).

  7. Clozure CL - Wikipedia

    en.wikipedia.org/wiki/Clozure_CL

    Clozure CL (CCL) is a Common Lisp implementation. It implements the full ANSI Common Lisp standard with several extensions ( CLOS MOP , threads, CLOS conditions, CLOS streams, ...). It contains a command line development environment, an experimental integrated development environment (IDE) for Mac OS X using the Hemlock editor, and can also be ...

  8. Common Lisp - Wikipedia

    en.wikipedia.org/wiki/Common_Lisp

    ECL includes a bytecode interpreter and compiler. It can also compile Lisp code to machine code via a C compiler. ECL then compiles Lisp code to C, compiles the C code with a C compiler and can then load the resulting machine code. It is also possible to embed ECL in C programs, and C code into Common Lisp programs. GNU Common Lisp (GCL) The ...

  9. 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