enow.com Web Search

Search results

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

  3. CMU Common Lisp - Wikipedia

    en.wikipedia.org/wiki/CMU_Common_Lisp

    A native code compiler named "Python" (not to be confused with the Python programming language). If Common Lisp source code has been written with appropriate declarations and is organized with speed in mind the Python compiler generates code that is almost free from overhead compared to code compiled from languages like C++.

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

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

  6. List of compilers - Wikipedia

    en.wikipedia.org/wiki/List_of_compilers

    Research compilers are mostly not robust or complete enough to handle real, large applications. They are used mostly for fast prototyping new language features and new optimizations in research areas. Open64: A popular research compiler. Open64 merges the open source changes from the PathScale compiler mentioned.

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

  8. ISLISP - Wikipedia

    en.wikipedia.org/wiki/ISLISP

    Java, Lisp Any Free, BSD: Yes [21] Easy-ISLisp [22] Kenichi Sasagawa Yes Interpreter, compiles to C C, Lisp Linux, MacOS, OpenBSD Free, BSD: Yes [23] Isle ISLISP KIM Taegyoon No Compiler Common Lisp: OSes on which Common Lisp operates (including Linux and Windows) Free, Unlicense: Yes [24]

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