When.com Web Search

  1. Ad

    related to: scheme programming language tutorial

Search results

  1. Results From The WOW.Com Content Network
  2. Teach Yourself Scheme in Fixnum Days - Wikipedia

    en.wikipedia.org/wiki/Teach_Yourself_Scheme_in...

    Teach Yourself Scheme in Fixnum Days is an introductory book by Dorai Sitaram on the Scheme programming language using the Racket Scheme implementation. It is intended as a quick-start guide for novices. [1] It works as a concise tutorial of the Scheme language. [2]

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

  4. call-with-current-continuation - Wikipedia

    en.wikipedia.org/wiki/Call-with-current-continuation

    In the Scheme computer programming language, the procedure call-with-current-continuation, abbreviated call/cc, is used as a control flow operator. It has been adopted by several other programming languages. Taking a function f as its only argument, (call/cc f) within an expression is applied to the current continuation of the expression.

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

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

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

  8. Chez Scheme - Wikipedia

    en.wikipedia.org/wiki/Chez_Scheme

    Chez Scheme is a programming language, a dialect and implementation of the language Scheme which is a type of Lisp. It uses an incremental native-code compiler to produce native binary files for the x86 ( IA-32 , x86-64 ), PowerPC , SPARC , and AArch64 processor architectures.

  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.