I wrote the tutorial to provide the key to master the language. I believe the Chinese translation helps many programmers to master Scheme programming language. Takafumi Shido Scheme恰似中国传统棋盘游戏——围棋。 这是因为它们都可以根据相当简单的规则产生美妙的代码或者棋局,这些规则在它们的领域中都是最...
Scheme is a fairly simple, extensible language. Scheme is extensible because functions that you define are essentially indistinguishable from built-in functions. As we will see in later chapters, with a good design a large part of writing an application program is developing a library of reusable...
《Scheme 教程》:Yet Another Scheme Tutorial Introduction · GitBookdeathking.github.io/yast-cn/...
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 applications. This thoroughly updated edition of The Scheme Programming Language provides an introduction to Scheme and a definitive reference ...
scheme tutorial compiler scheme-interpreter scheme-compiler Updated May 6, 2017 Scheme hmgle / yascm Star 49 Code Issues Pull requests Yet Another Scheme Interpreter using flex and bison bison flex lisp-interpreter scheme-interpreter Updated Sep 16, 2022 C false-schemers / sharpF ...
1 Introduction.- 2 Tutorial Introduction to Scheme.- 2.1 Lists.- 2.1.1 Evaluating expressions.- 2.1.2 List data structures.- 2.1.3 Built-in functions for lists.- 2.2 Vectors.- 2.3 Logical tests.- 2.3.1 Testing for equality.- 2.3.2 Arithmetic tests.- 2.3.3 Conditional tests.- 2.4 Defin...
Inspired by ACTORS [7, 17], we have implemented an interpreter for a LISP-like language, SCHEME, based on the lambda calculus [2], but extended for side effects, multiprocessing, and process synchronization. The purpose of this implementation is tutorial. We wish to: 1. alleviate the confusi...
For anyone learning the Scheme programming language, the second edition of Simply Scheme: Introducing Computer Science provides a very digestible textbook-style introductory tutorial to this powerful and elegant language. In the words of the authors, Simply Scheme is designed to be a "prequel" to ...
《the little schemer》,有中文版