From: Ozan Yigit
Subject: [update] Scheme Repository [was Re: typesetting Scheme code]
Date: 
Message-ID: <21885@yunexus.YorkU.CA>
In article <······················@rice.edu> ·····@tone.rice.edu
(Dorai Sitaram) writes:

>(Ozan Yigit, does SLaTeX qualify to be included in your Scheme code
>repository?)

Thank you Dorai, It is now a part of the utilities section in the
repository.

To bring all schemers up-to-date: The Scheme Repository is currently
hosted in nexus.yorku.ca [130.63.9.1] for anonymous-ftp during non-prime
hours.

The repository currently consists of four directories under pub/scheme:

	bib	- the sheme bibliography (bib/refer, bibtex, printable)
	doc	- miscellaneous text
	scm	- scheme source
	utl	- utilities (schemeweb, SLaTeX)

The scheme source portion of the repository is just updated, thanks to
those of you who have responded with code and suggestions. I expect to
add more scheme code to the repository shortly.

If you have anything that *you* would have wanted to see in such a
repository, [if you were out looking for some neat/useful/interesting
scheme code] than please consider contributing to this repository.

Please send all updates, corrections and new contributions to
······@nexus.yorku.ca.

happy scheming.		oz
---
In seeking the unattainable, simplicity  |  Internet: ··@nexus.yorku.ca
only gets in the way. -- Alan J. Perlis  |  Uucp: utai/utzoo!yunexus!oz
---

table of contents for pub/scheme/scm:

advent.scm		A simple adventure game written in an object
			oriented style mostly by a 10-year old. [posted by
			Ted Dunning]

calend.scm		Scheme version of the lisp code for Calendrical
			Calculations by Nachum Dershowitz and Edward M.
			Reingold.

compil.scm		A small, optimizing scheme compiler by Marc Feeley
			and Guy LaPalme.

conform.scm		This code, due to Jim Miller, has something to do
			with lattices, but I really do not understand it.
			It is a heavy-duty grind-and-roll for most scheme
			interpreters.

earley.scm		Earley's parser, by Marc Feeley. [needs tree.scm]

format.scm		Latest version of Ken Dickey's format for scheme.
			implements (format <port> <format-string> . args)

matchcomp.scm		Christian Queinnec's pattern-match compiler code
			for compiling non-linear, second-order patterns on
			S-Expressions.

mceli.scm		Chez version of Micro ELI from Shank and Riesbeck.

mcsam.scm		Chez version of Micro SAM from Shank and Riesbeck.

patmat.scm		A toy pattern matcher, shamelessly borrowed from
			the book Programming in MacScheme.

peval.scm		A toy partial evaluator, by Marc Feeley

polytype.scm		A toy type inferencer for scheme, by Marc Feeley

qprop.scm		Chez version of Scott E. Fahlman's "QuickProp",
			a variation on back-propagation.

schelog.sha		Dorai Sitaram's Prolog-in-Scheme [shar archive]

scoops.sha		Texas Instruments/Amitabh Srivastava implementation
			with re-writes by Steve Sherin. [shar archive]

test.scm		Aubrey Jaffer's IEEE/R^3.99RS compliance test.

tree.scm		Code to display trees on character devices, by Marc
			Feeley. [used by earley.scm]

work.scm		Olivier Danvy's "Putting Scheme to Work" demo.