版本1和10间的区别 (跳过第9版)
于2006-05-14 21:41:56修订的的版本1
大小: 608
编辑: czk
备注:
于2009-12-13 15:30:19修订的的版本10
大小: 1598
编辑: czk
备注:
删除的内容标记成这样。 加入的内容标记成这样。
行号 1: 行号 1:
提供几个小信息:
1,最省事的scheme环境,初学推荐
http://www.drscheme.org/
## page was renamed from Scheme语言
行号 5: 行号 3:
2,介绍中给的这个连接一定看看,除了英文全文还有很多东西
http://mitpress.mit.edu/sicp/
==基本概念==
 * [[http://en.wikipedia.org/wiki/Functional_programming|Functional programming]] [[http://zh.wikipedia.org/wiki/%E5%87%BD%E6%95%B8%E7%A8%8B%E5%BC%8F%E8%AA%9E%E8%A8%80|函数式编程]]
 * [[http://en.wikipedia.org/wiki/Lambda_calculus|Lambda Calculus]] [[http://zh.wikipedia.org/wiki/%CE%9B%E6%BC%94%E7%AE%97|λ演算]]
 * [[http://en.wikipedia.org/wiki/Currying|Currying]]
 * [[http://en.wikipedia.org/wiki/Closure_%28computer_science%29|Closure]] [[http://zh.wikipedia.org/wiki/%E9%97%AD%E5%8C%85_%28%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%A7%91%E5%AD%A6%29|闭包]]
 * Higher-order functions
 * Recursion
 * Lazy evaluation惰性求值: http://en.wikipedia.org/wiki/Lazy_evaluation http://zh.wikipedia.org/wiki/%E6%83%B0%E6%80%A7%E6%B1%82%E5%80%BC
 * Fix point
 * fold
行号 8: 行号 14:
3,The Scheme Programming Language, 2nd Edition
©; 1996 Prentice Hall
http://www.scheme.com/tspl2d/

4,作者授课录像下载
http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/

5,这个用于备查
http://www.schemers.org/Documents/Standards/R5RS/

6,更多关于scheme
http://www.schemers.org/
http://www.swiss.ai.mit.edu/projects/scheme/index.html
==SICP相关==
 1. Structure and Interpretation of Computer Programs中代码的Python实现: [[SICP的Python实现]]
 1. Structure and Interpretation of Computer Programs http://mitpress.mit.edu/sicp/
 1. 作者授课录像下载 http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/
 1. 函数式编程的讨论 http://www.hibernate.org.cn/viewtopic.php?t=7569&postdays=0&postorder=asc&start=0
 1. Scheme标准 http://www.schemers.org/Documents/Standards/R5RS/
 1. The Scheme Programming Language, 2nd Edition ©; 1996 Prentice Hall http://www.scheme.com/tspl2d/
 1. 最省事的scheme环境,初学推荐 http://www.drscheme.org/
 1. 更多关于scheme http://www.schemers.org/ http://www.swiss.ai.mit.edu/projects/scheme/index.html

==基本概念==

==SICP相关==

  1. Structure and Interpretation of Computer Programs中代码的Python实现: SICP的Python实现

  2. Structure and Interpretation of Computer Programs http://mitpress.mit.edu/sicp/

  3. 作者授课录像下载 http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/

  4. 函数式编程的讨论 http://www.hibernate.org.cn/viewtopic.php?t=7569&postdays=0&postorder=asc&start=0

  5. Scheme标准 http://www.schemers.org/Documents/Standards/R5RS/

  6. The Scheme Programming Language, 2nd Edition ©; 1996 Prentice Hall http://www.scheme.com/tspl2d/

  7. 最省事的scheme环境,初学推荐 http://www.drscheme.org/

  8. 更多关于scheme http://www.schemers.org/ http://www.swiss.ai.mit.edu/projects/scheme/index.html

函数式编程 (2023-04-02 23:42:36由czk编辑)

ch3n2k.com | Copyright (c) 2004-2020 czk.