./lang/tinyscheme, R5RS small embeddable scheme implementation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q1, Version: 1.40, Package name: tinyscheme-1.40, Maintainer: pkgsrc-users

TinyScheme is a lightweight Scheme interpreter that implements as
large a subset of R5RS as was possible without getting very large and
complicated. It is meant to be used as an embedded scripting
interpreter for other programs. As such, it does not offer IDEs or
extensive toolkits although it does sport a small top-level loop,
included conditionally. A lot of functionality in TinyScheme is
included conditionally, to allow developers freedom in balancing
features and footprint.

As an embedded interpreter, it allows multiple interpreter states to
coexist in the same program, without any interference between them.
Programmatically, foreign functions in C can be added and values can
be defined in the Scheme environment. Being quite a small program, it
is easy to comprehend, get to grips with, and use.


Master sites:

SHA1: e03f7ac41f0517bb35eced2772c79eb9db42ea82
RMD160: 1eac087a90c2c2e8ca5f4cefbc5660b96491e4b3
Filesize: 58.75 KB

Version history: (Expand)