About 960,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 best …

  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 released by its …

  3. The Scheme Programming Language, 4th Edition

    Assignment Section 2.1. Interacting with Scheme Section 2.2. Simple Expressions Section 2.3. Evaluating Scheme Expressions Section 2.4. Variables and Let Expressions Section 2.5. Lambda …

  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 and a focus on …

  5. Scheme Programming

    Scheme Programming website, blog, book, tutorials, articles, videos, references, cheatsheets, sources, code, games, downloads and more.

  6. The Scheme Programming Language - University of Michigan

    Scheme started as an experiment in programming language design by challenging some fundamental design assumptions. It emerged from MIT in the mid-1970's. It is a dialect of the Lisp Programming …

  7. A Scheme Primer - Spritely Networked Communities Institute

    Apr 25, 2025 · Scheme demonstrates that a very small number of rules for forming expressions, with no restrictions on how they are composed, suffice to form a practical and efficient programming …

  8. Scheme Books

    The book is of interest to Scheme implementers and includes material on lexical and dynamic binding, tail call elimination, garbage collection, and non-local exits.

  9. 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 how to use …

  10. 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 designed to have an …