About 2,910,000 results
Open links in new tab
  1. The Scheme Programming Language

    Jun 7, 2024 · It emphasizes functional programming and domain-specific languages but adapts to other styles. Known for its clean and minimalist design, Scheme is one of the longest-lived and …

  2. Scheme (programming language) - Wikipedia

    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 …

  3. The Scheme Programming Language, 4th Edition

    Section 1.2. Scheme Naming Conventions Section 1.3. Typographical and Notational Conventions Chapter 2. Getting Started Section 2.1. Interacting with Scheme Section 2.2. …

  4. Beginner's Guide to Scheme | Beginner’s Guide to Programming Languages

    Feb 5, 2025 · Scheme is a dialect of the Lisp family of programming languages. It’s known for its elegant simplicity and powerful expressiveness, achieved through a minimalist core syntax …

  5. The Scheme Programming Language

    Oct 23, 2003 · Scheme is a statically scoped and properly tail-recursive dialect of the Lisp programming language invented by Guy Lewis Steele Jr. and Gerald Jay Sussman. It was …

  6. A Scheme Primer - Spritely Networked Communities Institute

    Apr 25, 2025 · The following is a primer for the Scheme family of programming languages. It was originally written to aid newcomers to technology being developed at The Spritely Institute but …

  7. Scheme Documentation

    Source code: schemedoc organization on GitHub. Discussion: schemedoc mailing list (archives, subscribe), GitHub issues.

  8. Getting Started - scheme

    After reading this chapter and working the exercises, you should be able to start using Scheme. You will have learned the syntax of Scheme programs and how they are executed, along with …

  9. Scheme - Introduction - CMU School of Computer Science

    Scheme was the first widely used programming language to embrace first class escape procedures, from which all previously known sequential control structures can be synthesized.

  10. Teach Yourself Scheme in Fixnum Days

    This is an introduction to the Scheme programming language. It is intended as a quick-start guide, something a novice can use to get a non-trivial working knowledge of the language, before …