【发布时间】:2014-09-10 14:18:35
【问题描述】:
是否有允许我在 Scheme 中编写 CSP 风格的程序的 egg 或一些库? CSP 风格是指在 Go (go/channel/select) 或 Clojure 的 core.async 中实现的内容。
【问题讨论】:
-
我不知道 Chicken 提供什么,但 Racket 有 place channels。
标签: asynchronous scheme lisp chicken-scheme