enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Chez Scheme - Wikipedia

    en.wikipedia.org/wiki/Chez_Scheme

    Petite Chez Scheme is a sibling implementation which uses a threaded interpreter design instead of Chez Scheme's incremental native-code compiler. Programs written for Chez Scheme run unchanged in Petite Chez Scheme, as long as they do not depend on using the compiler (for example foreign function interface is only available in the compiler).

  3. Chicken (Scheme implementation) - Wikipedia

    en.wikipedia.org/wiki/Chicken_(Scheme...

    One library contains the actual code which will be used at runtime (compiled for the target platform), and the other is an import module, which will be used to load the code which runs at compile-time (on the host platform), such as procedural macro code. The Chicken compiler can also be easily cross-compiled.

  4. Common Lisp - Wikipedia

    en.wikipedia.org/wiki/Common_Lisp

    A Lisp compiler generates bytecode or machine code from Lisp source code. Common Lisp allows both individual Lisp functions to be compiled in memory and the compilation of whole files to externally stored compiled code (fasl files). Several implementations of earlier Lisp dialects provided both an interpreter and a compiler.

  5. Lisp machine - Wikipedia

    en.wikipedia.org/wiki/Lisp_machine

    "The Lisp Machine manual, 4th Edition, July 1981" "The Lisp Machine manual, 6th Edition, HTML/XSL version" "The Lisp Machine manual" Information and code for LMI Lambda and LMI K-Machine; Jaap Weel's Lisp Machine Webpage at the Wayback Machine (archived 23 June 2015) – A set of links and locally stored documents regarding all manner of Lisp ...

  6. List of programming languages for artificial intelligence

    en.wikipedia.org/wiki/List_of_programming...

    It is mostly used for numerical analysis, computational science, and machine learning. [6] C# can be used to develop high level machine learning models using Microsoft’s .NET suite. ML.NET was developed to aid integration with existing .NET projects, simplifying the process for existing software using the .NET platform.

  7. List of Lisp-family programming languages - Wikipedia

    en.wikipedia.org/wiki/List_of_Lisp-family...

    LISP 1, 1.5, LISP 2 (abandoned) Maclisp Interlisp MDL Lisp Machine Lisp Scheme R5RS R6RS R7RS small NIL ZIL (Zork Implementation Language) Franz Lisp Common Lisp ANSI standard Le Lisp MIT Scheme XLISP T Chez Scheme Emacs Lisp AutoLISP PicoLisp Gambit EuLisp ISLISP OpenLisp PLT Scheme Racket newLISP GNU Guile

  8. Common Lisp Object System - Wikipedia

    en.wikipedia.org/wiki/Common_Lisp_Object_System

    Flavors (and its successor New Flavors) was the object system on the MIT Lisp Machine. Large parts of the Lisp Machine operating systems and many applications for it use Flavors or New Flavors. Flavors introduced multiple inheritance and mixins, among other features. Flavors is mostly obsolete, though implementations for Common Lisp do exist.

  9. Scheme (programming language) - Wikipedia

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

    Scheme is a dialect of the Lisp family of programming languages.Scheme was created during the 1970s at the MIT Computer Science and Artificial Intelligence Laboratory (MIT CSAIL) and released by its developers, Guy L. Steele and Gerald Jay Sussman, via a series of memos now known as the Lambda Papers.