This thoroughly updated edition of The Scheme Programming Language provides an introduction to Scheme and a definitive reference for standard Scheme, presented in a clear and concise manner. Written for professionals and students with some prior programming experience, it begins by leading the programmer...
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 ...
The scheme programming language--continuation 开始学习大名鼎鼎的continuation,脑袋转起来吧. continuation is just a procedure that accepts one single variable. call/cc catch the current continuation---current continuation means what the system are going to do with the result of (call/cc expression) In...
The Scheme programming language: ANSI Scheme. P T R Prentice-Hall, Englewood Cliffs, NJ 07632, USA, Edition 2, 1996.R. Kent Dybvig, The Scheme Programming Language; ANSI Scheme: Prentice-Hall, Inc., 1996.Kent Dybvig, R.: The Scheme Programming Language; ANSI Scheme. Prentice-Hall, Inc....
Chapter 3. Going Further Section 3.1. Syntactic Extension Section 3.2. More Recursion Section 3.3. Continuations Section 3.4. Continuation Passing Style Section 3.5. Internal Definitions Section 3.6. Libraries References Answers to Selected Exercises ...
算不上汉化,就是机翻,大概意思能看懂就够了,总比看英文一知半解好多了, 自己留着看的,搜遍全网没发现中文版的,于是就自己动手机翻一个中文版的, 无法当文章欣赏, 也就是用作工具书查手册, 地址; 机翻The Scheme Pr…
在淘宝,您不仅能发现程序设计语言 英文原版 The Scheme Programming Language fourth edition 英文版 进口英语原版书籍的丰富产品线和促销详情,还能参考其他购买者的真实评价,这些都将助您做出明智的购买决定。想要探索更多关于程序设计语言 英文原版 The Scheme Progra
The Scheme Programming Language ,所以来尝试着回答一下这个问题。题主这里应该是指的 2.9 节中字后...
The Scheme Programming Language, 4th Editionhttp://www.scheme.com/tspl4/[2011/4/5 22:47:10] The SchemeProgramming LanguageFourth EditionR. Kent DybvigIllustrations by Jean-Pierre HébertTable of ContentsPrefaceChapter 1. IntroductionSection 1.1. Scheme SyntaxSection 1.2. Scheme Naming Conventions...
The Scheme Programming Language was developed in 1975. The goal was to build a Lisp-like prototype of Carl Hewitt's Actors system. To their surprise, after removing several layers of syntactic and semantic sugar, what remained was an extension of an applicative order λ-calculus supporting state...