This is a Core Wars system in Scheme.  I wrote it in 1989 after an
introductory CS class that used Abelson & Sussman and I've been hacking it
off and on for the last 2 years.  That might help explain the changing
code styles from function to function (didn't know about named let back
then.)

The thing has run on MIT C-Scheme 6.something, 7.0, XScheme, Scheme->C,
and Chez Scheme at various points in its life.  It runs with Scheme->C now,
and I think most of the obvious bugs are gone.  There may be some
lingering problems with #f and () getting mixed up.

You can do anything you want with this code, although if you do something
neat I wouldn't mind hearing about it.

	-Sam Shen (sls@soda.berkeley.edu)
	 4/18/91

