Path to this page:
./
lang/minischeme,
Very tiny scheme interpreter
Branch: pkgsrc-2015Q1,
Version: 0.85,
Package name: minischeme-0.85,
Maintainer: pkgsrc-usersThis Mini-Scheme Interpreter is based on "SCHEME Interpreter in
Common Lisp" in Appendix of T.Matsuda & K.Saigo, Programming of LISP,
archive No5 (1987) p6 - p42 (published in Japan).
Supported features (or, NOT supported features :-)
1) Lists, symbols, strings.
However, strings have very limited capability.
For instance, there is *NO* string-ref, string-set!, ... etc.
2) Numbers are limited to FIXNUM only.
There is *NO* complex, real, rational and even bignum.
3) Macro feature is supported, though not the one defined in R4RS.
Known problems:
1) Poor error recovery from illegal use of syntax and procedure.
2) Certain procedures do not check its argument type.
Master sites:
SHA1: 6a42adacd4469d4db38d622185f236cc6117a9de
RMD160: b00d3d59666aefc64c100a83a0e6af3a09626a29
Filesize: 19.144 KB
Version history: (Expand)
- (2015-04-03) Package added to pkgsrc.se, version minischeme-0.85 (created)