R7RS small language
R7RS.pdf 新特性: * Modules have been added as a new program structure to improve   encapsulation and sharing of code. Some existing…
Chibi-scheme
a very small library intended for use as an extension and scripting language in C programs. In addition to support for lightweight VM-based …
Haskell Platform 2011.2.0.0 发布,基于 GHC 7.0.2
标  题: Haskell Platform 2011.2.0.0 发布,基于 GHC 7.0.2 http://hackage.haskell.org/platform/changelog.html…
haskell error timer_create
在我的机器上用 ghc 编译后可执行的 haskell 程序,cp 到另一台机器后,出现如下错误 timer_create: Invalid argument 这个怎么解决呢? 我可不想到处…
函数式编程functional programming的特点
以Erlang为代表的面向功能语言functional programming(FP)越来越热门,虽然本身有比较难学等缺点, Where functional programming fits in一文总结…
宏中backquote form的一个问题
刚开始学习Practical Common Lisp,遇到一个宏的问题,请教一下各位,还望不吝赐教。 该书第九章有个例程: (defun report-result (result form) &nbs…