锁定老帖子 主题:scheme语言的可读性??
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-06-11
是比较无语,楼主没搞清楚书中想表达什么,扯到可读性上去了。。。
丘奇数实在是天才的灵感。 |
|
返回顶楼 | |
发表时间:2007-07-10
Joard推荐的文章里的Scheme程序就很好读阿。特别是实现矩阵转置和list comprehension的两个例子。算是简洁明白了吧?链接:http://pipboy.group.iteye.com/group/post/13212
|
|
返回顶楼 | |
发表时间:2007-07-16
zhuyi8319 写道: 结果 12就出来,绕口吧,^_^,无聊的时候做做题目挺开心的。 要是实际项目写这样的代码,有人读吗,
拜托,这段代码不是无聊的游戏,是用来表示可以用procedure来表示data This may seem a curiosity now, but procedural representations of data will play a central role in our programming repertoire. This style of programming is often called message passing, and we will be using it as a basic tool in chapter 3 when we address the issues of modeling and simulation. |
|
返回顶楼 | |
发表时间:2008-03-28
lambda (m) (m x y)换成Z就出来了的
|
|
返回顶楼 | |