./lang/tinyscheme, BSD-licensed R5RS small embeddable scheme implementation

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


Branch: pkgsrc-2007Q2, Version: 1.35, Package name: tinyscheme-1.35, 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: 02b740020bd68648f78207dd4a5e39bb57151ece
RMD160: 4ad93b7545a1792ffc0b58a4552d8f7dc207279c
Filesize: 53.089 KB

Version history: (Expand)