This directory contains contributed Sather 1.0 code.  This code is not
officially supported and no claim is made about its correctness or that
it represents good (or even reasonable) coding style.

I'd like very much to begin folding the better code into the standard
libraries; with the separation of things into modules this becomes much
cleaner.  Please let me know if you can help with this.

	Lisp/		- An excellent demo lisp interpreter
	si/		- A Sather interpreter.  Please read the "README" file!

	TkKit/		- GUI based on Tk
	TclKit/		- A minimal interface to tcl
	xlib/		- Xlib interface, mandelbrot program, math classes
	
	FileSystem/	- Portable file system classes
	
	data_struct/	- data structures, but has broken makefile
	str_match/	- string matching
	param_files/	- code for dealing with parameter files
	opt_digraph/	- code for reading in options, a digraph class

	benchmark/	- ported code from old TR for performance comparison
	pentominos/	- finds all solutions to pentominoes puzzle
        fft/		- some fft code
	memoize/	- how to memoize using bound routines
	primes/		- twisted use of iterators from the iter paper

	Salishan/	- Sather solutions to Salishan problems
