在lisp了引入了clos后,它的类型系统怎么改变,?
因为我在书上看到一句话说“Every Common Lisp data object belongs to some class. ” 是对以前的类型,引入一个对应的class吗? 比如,像java一样对…
[hasekll] 在非交互模式用 Char.isLower 失败
我在看 yaht, 下面是其中一个习题 Exercise 3.3 Use map to convert a string into a list of booleans, each element in the new list representing …
Scheme continuation 之 amb
  amb  Example:    > (if (amb #f #t)          1          (amb))&nb…
[haskell] 请解释一下 IO 的隔离功能
本帖最后由 retuor 于 2010-03-01 09:35 编辑 大概知道一些,但还比较模糊。以下是我从各种资料中了解到的: IO action 也是值,可以象其它值一样用-…
Robin Milner 去世
http://lambda-the-ultimate.org/node/3863    We are sorry to announce that Robin Milner died on Saturday 20th March, in Cambridge, ju…
[scheme]求教一个Sheme操作队列的问题
本帖最后由 白云深 于 2010-03-21 22:54 编辑 下面这段代码是“The Scheme Programming Language"上面的,是描述如何操作队列的:(define make-q…
几个关于函数方程编程语言h-a-s-k-e-l-l的问题
本帖最后由 lazyboy2046 于 2010-08-15 12:46 编辑 This question deals with the processing of grey-scale images (pictures). An image consists …
[haskell]函数复合有点模糊
本帖最后由 retuor 于 2010-07-17 15:07 编辑 Prelude> length.reverse [1,2,3] <interactive>:1:7:     Couldn't match expected typ…
elisp, make-local-variable
本帖最后由 retuor 于 2010-02-07 23:08 编辑 用 setq 做一个变量,经验证,是全局的。(setq foo 1)复制代码然后用 M-x make-local-variable <ret&…
emacs 如何和外部进程通信??
现在碰到这样一个问题:我想用emacs给hping3开发一个前端,类似的功能就是我在一个buffer里输入指令,然后按下回车,hping3处理后再把结果返回到buffe…
读取 chat.conf 错误?
初学Erlang,在调试Programming erlang书中的chat例子时总是报错, 调用chat_server:start().,程序中会读取一个配置文件chat.conf,不管这个文件放在…