When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. 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]

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

  4. List of Lisp-family programming languages - Wikipedia

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

    General purpose, multi-paradigm programming language in the Lisp-Scheme family; one of its design goals is to serve as a platform for language creation, design, and implementation; it is used in many contexts such as scripting, general-purpose programming, computer science education, and research [32] [33] Scheme: 1970: Guy L. Steele, Gerald ...

  5. Timeline of programming languages - Wikipedia

    en.wikipedia.org/wiki/Timeline_of_programming...

    Scheme 1997 Squeak: Alan Kay, et al. at Apple Computer: Smalltalk-80, Self 1997 ECMAScript: ECMA TC39-TG1 JavaScript: 1997 F-Script Philippe Mougin Smalltalk, APL, Objective-C 1997 ISLISP: ISO Standard ISLISP Common Lisp: 1997 Tea: Jorge Nunes Java, Scheme, Tcl: 1997 REBOL: Carl Sassenrath, Rebol Technologies Self, Forth, Lisp, Logo: 1998 Logtalk

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

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

  8. Continuation-passing style - Wikipedia

    en.wikipedia.org/wiki/Continuation-passing_style

    This is contrasted with direct style, which is the usual style of programming. Gerald Jay Sussman and Guy L. Steele, Jr. coined the phrase in AI Memo 349 (1975), which sets out the first version of the Scheme programming language. [1] [2] John C. Reynolds gives a detailed account of the numerous discoveries of continuations. [3]

  9. Functional programming - Wikipedia

    en.wikipedia.org/wiki/Functional_programming

    Scheme was the first dialect of lisp to use lexical scoping and to require ... This is how for example java.util.concurrent classes are ... Programming Languages ...