About 1,030,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. The Scheme Programming Language - MIT Press

    Jul 31, 2009 · Scheme is a general-purpose programming language, descended from Algol and Lisp, widely used in computing education and research and a broad range of industrial …

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

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

  7. Scheme Documentation

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

  8. Getting Started - scheme

    This chapter is an introduction to Scheme for programmers who are new to the language. You will get more from this chapter if you are sitting in front of an interactive Scheme system, trying out …

  9. Aug 27, 2022 · Scheme is a dialect of the Lisp family of programming languages. Scheme was created during the 1970s at the MIT AI Lab and released by its developers, Guy L. Steele and …

  10. An Introduction to Scheme and its Implementation - Introduction

    If you're fluent in concepts of programming languages, and especially if you've programmed in Lisp, you may be able to breeze through this chapter to get a sense of what Scheme is about.