Languages
- 3084
- SIOD: Scheme in One Defun
- Very small, portable implementation, has some database, Unix programming, CGI scripting extensions. Runs on DOS, Linux, Unix, Windows. Free source downloads.
- 3085
- SXM, CXEMA
- Portable Scheme implementation, conforms to IEEE/ANSI standard, supports all features of R5RS Report, many features of Chez Scheme and various SRFIs. Derived from XScheme: object system dropped, many changes, additions.
- 3086
- Scheme 48
- A small and portable implementation based on a bytecode interpreter designed to be used as a testbed for experiments in implementation techniques.
- 3089
- Schoca (Scheme for OCaml)
- An implementation of the Scheme language in OCaml. The primary purpose of Schoca is the use as an embedded extension language in OCaml applications. [Open source, GPL]
- 3092
- T Project
- History with: downloads, contributors, timeline, publications, influence, users, successors, Olin history errata. By Jonathan A. Rees.
- 3093
- The Ksi Scheme Interpreter
- Ksi is a portable, embeddable Scheme implementation written in C. Unfortunately its documentation is all in Russian at this point.
- 3094
- TinyScheme
- Based on Mini-Scheme, tiny implementation, almost a full R5RS Scheme. Goal: embedded scripting use, but works as standalone interpreter and extensible shell tool. Recent changes reduced executable size to about 64KB on Linux/x86. [BSD]
- 3095
- VSCM
- A portable Scheme implementation written by Matthias Blume of Princeton University. No longer actively developed.
- 3097
- ICFP '98 Scheme Workshop
- Will Clinger's revised (as of 19 Oct 1998) notes on the Scheme Workshop before ICFP '98 in Baltimore. Many of the subjects discussed at the workshop are now under active discussion as SRFIs.
- 3098
- Interpreter Transformations
- Scheme code for Daniel P. Friedman's various transformations on interpreters he presented at the 1996 Scheme Workshop.