From owner-pc532%daver@mips.com Mon May  7 09:28:19 1990
X-Path: pyramid!pcsbst.pcs.com!meepmeep.pcs.com!jkh
From: jkh@meepmeep.pcs.com (Jordan K. Hubbard)
To: pc532%daver@pyramid
Subject: just when you thought it was safe to go back in your mailbox
Date: 7 May 90 11:12:02 MSZ (Mon)
Reply-To: pc532@bungi.com
Precedence: bulk

Jordan attacks with more weird code for the pc532..

If the pi program I posted wasn't quite esoteric enough for you, I
have something stranger.. A mini stand-alone scheme interpreter!
It's called siod (Scheme In One Defun).

Read the source for more details.. Currently, what've I've been
doing is something like the following:

<pc532 monitor prompt>: download 10000
.. download siod.scm ...
<prompt>: write 2 10000 5
<prompt>: download 4000
.. download siod executable image ..
<prompt>: set pc 4000
<prompt>: run

... siod comes up and prints various welcoming messages ...
<siod prompt>: (load 'b5)
... loads code from block 5 ...


Strictly speaking, the code in siod.scm isn't necessary, but it adds
some interesting functions and gives you a fibonacci series function
to try right off the bat.

If pi didn't change your life, siod definately will.

				Jordan

