DESCR 354 B

1234567
  1. TinyScheme is a lightweight Scheme interpreter that implements as large
  2. a subset of R5RS as was possible without getting very large and
  3. complicated. It is meant to be used as an embedded scripting interpreter
  4. for other programs. As such, it does not offer IDEs or extensive
  5. toolkits although it does sport a small top-level loop, included
  6. conditionally.