2121
备注:
|
2784
|
删除的内容标记成这样。 | 加入的内容标记成这样。 |
行号 3: | 行号 3: |
==基本概念== | == 基本概念 == |
行号 10: | 行号 10: |
* 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 | * [[http://en.wikipedia.org/wiki/Lazy_evaluation|Lazy evaluation]] [[http://zh.wikipedia.org/wiki/%E6%83%B0%E6%80%A7%E6%B1%82%E5%80%BC|惰性求值]] |
行号 14: | 行号 14: |
==SICP相关== |
* [[http://en.wikipedia.org/wiki/Monad_%28functional_programming%29|Monad]] == SICP相关 == |
行号 24: | 行号 24: |
== 参考资料 == * [[https://www.defmacro.org/2006/06/19/fp.html|Functional Programming For The Rest of Us]] * [[http://blog.zhaojie.me/2009/07/recommended-reading-2-sicp.html|老赵书托(2):计算机程序的构造与解释]] * [[http://numbbbbb.com/2016/03/28/20160328_%E6%88%91%E5%A6%82%E4%BD%95%E7%94%A8%E4%B8%A4%E5%91%A8%E6%97%B6%E9%97%B4%E5%88%B7%E5%AE%8C%20SICP/|我如何用二十天刷完 SICP]] * [[https://www.yinwang.org/blog-cn/2013/03/31/purely-functional|函数式语言的宗教]] * [[https://martinfowler.com/bliki/Lambda.html|Lambda]] |
基本概念
SICP相关
Structure and Interpretation of Computer Programs中代码的Python实现: SICP的Python实现
Structure and Interpretation of Computer Programs http://mitpress.mit.edu/sicp/
作者授课录像下载 http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/
函数式编程的讨论 http://www.hibernate.org.cn/viewtopic.php?t=7569&postdays=0&postorder=asc&start=0
The Scheme Programming Language, 2nd Edition ©; 1996 Prentice Hall http://www.scheme.com/tspl2d/
最省事的scheme环境,初学推荐 http://www.drscheme.org/
更多关于scheme http://www.schemers.org/ http://www.swiss.ai.mit.edu/projects/scheme/index.html