enow.com Web Search

Search results

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

  3. List of Lisp-family programming languages - Wikipedia

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

    Scheme dialect developed in the early 1980s by Jonathan A. Rees, Kent M. Pitman, and Norman I. Adams of Yale University as an experiment in language design and implementation [35] TXR: 2009: Kaz Kylheku: Consists of a Lisp dialect (TXR Lisp) and a pattern language for processing text (TXR Pattern Language) [36]

  4. History of the Scheme programming language - Wikipedia

    en.wikipedia.org/wiki/History_of_the_Scheme...

    Scheme was the first dialect of Lisp to choose lexical scope. It was also one of the first programming languages after Reynold's Definitional Language [15] to support first-class continuations. It had a large impact on the effort that led to the development of its sister-language, Common Lisp, to which Guy Steele was a contributor. [16]

  5. Lisp (programming language) - Wikipedia

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

    In the Scheme dialect, which favors the functional style, the names of destructive functions are marked with a cautionary exclamation point, or "bang"—such as set-car! (read set car bang), which replaces the car of a cons. In the Common Lisp dialect, destructive functions are commonplace; the equivalent of set-car! is named rplaca for ...

  6. MIT/GNU Scheme - Wikipedia

    en.wikipedia.org/wiki/MIT/GNU_Scheme

    MIT/GNU Scheme is a programming language, a dialect and implementation of the language Scheme, which is a dialect of Lisp. It can produce native binary files for the x86 (IA-32, x86-64) processor architecture. It supports the R7RS-small standard. [3] It is free and open-source software released under v2 or later of the GNU General Public ...

  7. Category:Lisp programming language family - Wikipedia

    en.wikipedia.org/wiki/Category:Lisp_programming...

    English. Read; Edit; View history; Tools. Tools. ... Scheme (programming language) (1 C, 20 P) Pages in category "Lisp programming language family"

  8. Kawa (Scheme implementation) - Wikipedia

    en.wikipedia.org/wiki/Kawa_(Scheme_implementation)

    Kawa is a language framework written in the programming language Java that implements the programming language Scheme, a dialect of Lisp, and can be used to implement other languages to run on the Java virtual machine (JVM). It is a part of the GNU Project.

  9. Scheme 48 - Wikipedia

    en.wikipedia.org/wiki/Scheme_48

    Scheme 48 is a programming language, a dialect of the language Scheme, an implementation using an interpreter which emits bytecode. [2] It has a foreign function interface for calling functions from the language C [3] and comes with a library for regular expressions (regex), [4] and an interface for Portable Operating System Interface (). [5]