[ 源代码: tinyscheme ]
软件包:tinyscheme(1.42.svn.2020.06.04-2)
tinyscheme 的相关链接
Debian 的资源:
下载源码包 tinyscheme:
- [tinyscheme_1.42.svn.2020.06.04-2.dsc]
- [tinyscheme_1.42.svn.2020.06.04.orig.tar.xz]
- [tinyscheme_1.42.svn.2020.06.04-2.debian.tar.xz]
维护者:
外部的资源:
- 主页 [tinyscheme.sourceforge.net]
相似软件包:
Very small scheme implementation
TinyScheme is an implementation of the algorithmic language Scheme that aims to very small memory footprint while being as close to R5RS as practically feasible. TinyScheme is also a good base for hacking, given the implementation's small size, easy gluing with C and code being fully reentrant.
TinyScheme is based on an s-expression evaluator. This package distributes TinyScheme as a standalone executable.