Languages
- 3081
- 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]
- 3084
- T Project
- History with: downloads, contributors, timeline, publications, influence, users, successors, Olin history errata. By Jonathan A. Rees.
- 3085
- The Ksi Scheme Interpreter
- Ksi is a portable, embeddable Scheme implementation written in C. Unfortunately its documentation is all in Russian at this point.
- 3086
- 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]
- 3087
- VSCM
- A portable Scheme implementation written by Matthias Blume of Princeton University. No longer actively developed.
- 3089
- 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.
- 3090
- Interpreter Transformations
- Scheme code for Daniel P. Friedman's various transformations on interpreters he presented at the 1996 Scheme Workshop.
- 3091
- Three Implementation Models for Scheme
- R. Kent Dybvig's PhD dissertation (1987) which presents three implementation models for Scheme, a stack-based model, a string-based model, and a heap-based model. [PDF]
- 3092
- BRL - Beautiful Report Language
- A language designed for server-side WWW-based applications, particularly database applications. It is based on Scheme (using Kawa Scheme), which makes the syntax extremely simple yet powerful.
- 3093
- Deadlock Dungeons
- A small, lightweight MUD based around dueling wizard wars. Features the use of Scheme as a worldbuilding language.
- 3095
- HITCH and INFOBAR
- HITCH (HIghlighT CHanges) highlights changes between two sets of HTML pages in red. INFOBAR annotates changes between GNU Info files with change-bars.
- 3096
- JACAL
- An interactive symbolic mathematics program. It can manipulate and simplify equations, scalars, vectors, and matrices of single and multiple valued algebraic expressions containing numbers, variables, radicals, and algebraic differential, and holonomic functions.
- 3099
- Psd
- A portable debugger for the Scheme language. It presents the user with an interactive interface that lets him or her examine and change values of variables, set breakpoints, and single step evaluation. Psd is designed to be run within GNU Emacs, which is used for displaying the current source code position.
