  |
http://ssax.sourceforge.net/ - http://ssax.sourceforge.net/
A functional Scheme based XML parsing framework consists of a (semi-validating) DOM/SXML parser, a SAX parser, and a supporting library of lexing and parsing procedures. |
  |
BRL - Beautiful Report Language - http://brl.sourceforge.net/
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. |
  |
http://www-swiss.ai.mit.edu/~jaffer/SLIB.html - http://www-swiss.ai.mit.edu/~jaffer/SLIB.html
A portable Scheme library providing compatibility and utility functions for standard Scheme implementations. By Audrey Jaffer, author of SCM. |
  |
The Scheme Configurable (Constraints?) Window Manager - http://scwm.sourceforge.net/
A highly configurable X window manager written and configurable with Guile Scheme. An absolute must for any hardcore Schemer who uses X Window. Now at version 0.99.6.1 with Gnome support, a CORBA interface, a complex constraint system for pseudointelligent window placement and management, extremely flexible decoration configurability, and a GUI configuration interface for non-Scheme hackers, plus an assortment of decoration themes. |
  |
HtmlPrag - http://www.neilvandyke.org/htmlprag/
A permissive HTML parser for Scheme that emits SXML format so that real-world HTML can be processed with XML query and transformation tools. |
  |
SIMSYNCH - http://www-swiss.ai.mit.edu/~jaffer/SIMSYNCH.html
A digital logic simulator written for the SCM Scheme implementation. |
  |
http://www-swiss.ai.mit.edu/~jaffer/JACAL.html - http://www-swiss.ai.mit.edu/~jaffer/JACAL.html
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. |
  |
http://www.ccs.neu.edu/home/dorai/schelog/schelog.html - http://www.ccs.neu.edu/home/dorai/schelog/schelog.html
An embedding of Prolog-style logic programming in Scheme. Prolog-style and conventional Scheme code fragments can be used alongside each other. |
  |
Scheme Hash - http://okmij.org/ftp/Scheme/index.html
A whole handfull of Scheme programs and applications, including Treaps ("A sorted dictionary data structure based on randomized search trees."), Scheme database interfaces, parsing utilities for CGI and XML, binary I/O and applications, POSIX interfaces, a purely functional OO system, and read-time application. |
  |
http://www.informatik.uni-freiburg.de/proglang/software/essence/ - http://www.informatik.uni-freiburg.de/proglang/software/essence/
A generator for LR(k) and SLR(k) parsers in Scheme. The generated parsers perform error recovery, and are highly efficient. They result from the general parser by an automatic program transformation called partial evaluation. This guarantees consistency and ensures correctness. However, no specific knowledge of partial evaluation is required to use Essence. From Michael Sperber [Mr. Preprocessor] and Peter Thiemann. |
  |
The Program Generator Generator - http://www.informatik.uni-freiburg.de/proglang/software/pgg/
A partial evaluation system for Scheme: Given a program P and a specification of which of the inputs are known in advance, PGG outputs a program generator which accepts the known inputs of P and outputs a specialized version of P. PGG is fully automatic and can process all valid Scheme programs. |
  |
http://charles.lehalle.free.fr/tools.html - http://charles.lehalle.free.fr/tools.html
A version of AWK in the Scheme programming language. It goal is to offer the same features as awk to scheme programmers. |
  |
Envision - http://www.cs.hmc.edu/~fleck/envision/envision.html
An extension of the Scheme programming language to support research in computer vision. |
  |
DivaScheme - http://www.cs.brown.edu/research/plt/software/divascheme/
For DrScheme, semi-structured program editing; an alternative set of key bindings. When it is on, the most important functions can run via unchorded keystrokes, and motion commands work on sexps by default. |
  |
HITCH and INFOBAR - http://people.csail.mit.edu/jaffer/infobar/
HITCH (HIghlighT CHanges) highlights changes between two sets of HTML pages in red. INFOBAR annotates changes between GNU Info files with change-bars. |