From: Ron Garret
Subject: P-LISP: the final cut
Date: 
Message-ID: <rNOSPAMon-D9B009.13110215062008@news.gha.chartermi.net>
Finally got ADTPro working, so I was able to make an image of the 
original PLisp disk.  The towers-of-hanoi demo works under Virtual ][.  
Woohoo!

The new disk image file can be found here:

http://www.flownet.com/ron/PLISP.DSK

Note that this disk image is not auto-starting like the one I had put up 
before.  So to run the towers-of-hanoi demo you have to do this:

1.  Boot up the Virtual ][ machine with the PLISP.DSK image in the 
floppy drive.

2.  When it boots up, type "BRUN LISP"

3.  When lisp starts, type "(LOAD HANOI)"

4.  To run the demo type e.g. (HANOI 3)

Whew!

rg