[ 原始碼: 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.