scheme

John Kilburg (john@cephas.ISRI.UNLV.EDU)
Tue, 27 Sep 1994 04:56:51 +0100

I've been messing around with SIOD (Scheme In One Defun) for a few
weeks. It is unencumbered (as near as I can tell).

You can grab it from

ftp://ftp.std.com/pub/gjc/

It is small and very easy to extend by adding new functions using C;
I have already created some basic graphics and network functions.

I'm not sure what it would take to make siod safe. I assume
that all that is needed is to remove the functions that modify
files which should be pretty easy to do.

-john