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 threads, each VM itself runs in an isolated heap allowing multiple VMs to run simultaneously in different OS threads.
The default language is R5RS Scheme, including first-class continuations and low-and-high-level hygienic macros.
A full-featured build produces a library just over 100kb, whereas a minimal build can be under 80kb.
Chibi-Scheme is known to work on 32 and 64-bit Linux and OS X, Plan9, Windows (using cygwin) and iOS.
user manual :http://synthcode.com/scheme/chibi/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
应该是 R7RS 的第一个实现