Section 3.3. Continuations

  • 章节名:Section 3.3. Continuations
  • 2016-07-31 18:51:46
43人阅读

> Sam的所有笔记(75篇)

Sam对本书的所有笔记  · · · · · ·

  • Section 2.9. Assignment

    通过let给函数一个内部状态 (define count (let ([next 0]) (lambda () (let ([v next]) (set...

  • Section 3.3. Continuations
  • Exercise 3.3.1

    只用call/cc(而不是递归)实现循环输出数列: ((lambda (foo) (display (car foo)) (newline...

说明  · · · · · ·

表示其中内容是对原文的摘抄