When.com Web Search

  1. Ads

    related to: scheme programming language 4th edition

Search results

  1. Results From The WOW.Com Content Network
  2. Scheme (programming language) - Wikipedia

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

    Scheme is primarily a functional programming language. It shares many characteristics with other members of the Lisp programming language family. Scheme's very simple syntax is based on s-expressions, parenthesized lists in which a prefix operator is followed by its arguments. Scheme programs thus consist of sequences of nested lists.

  3. 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]

  4. Category : Scheme (programming language) implementations

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

    Scheme (programming language) interpreters (21 P) R. R6RS Scheme (4 P) Pages in category "Scheme (programming language) implementations" The following 26 pages are in ...

  5. JScheme - Wikipedia

    en.wikipedia.org/wiki/JScheme

    JScheme is an implementation of the Scheme programming language, created by Kenneth R. Anderson, Timothy J. Hickey and Peter Norvig [1], which is almost compliant with the R4RS Scheme standard and which has an interface to Java. Distributed under the licence of zlib/libpng, JScheme is free software.

  6. Category:Scheme (programming language) - Wikipedia

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

    Scheme (programming language) implementations (3 C, 26 P) Pages in category "Scheme (programming language)" The following 20 pages are in this category, out of 20 total.

  7. George Springer (mathematician) - Wikipedia

    en.wikipedia.org/wiki/George_Springer...

    Springer is perhaps best known as the coauthor with Daniel P. Friedman of the widely used textbook Scheme and the Art of Computer Programming. Scheme is one of the two main dialects of LISP. Three of the pioneering books for Scheme are The Scheme Programming Language (1982) by R. Kent Dybvig, Structure and Interpretation of Computer Programs ...

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

  9. TinyScheme - Wikipedia

    en.wikipedia.org/wiki/TinyScheme

    TinyScheme is a free software implementation of the Scheme programming language with a lightweight Scheme interpreter of a subset of the R 5 RS standard. It is meant to be used as an embedded scripting interpreter for other programs.