[plt-scheme] Example from "The Scheme Programming Language" fails
On Friday 27 June 2003 06:33 pm, Jens Axel Søgaard wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Ed Cavazos wrote:
> >If I copy and paste the example into DrScheme with the MzScheme language,
> > and evaluate:
> >
> > (define-structure foo a b c)
> >
> >I get an error. (I won't include the error here since it really only makes
> >sense when when shown the the DrScheme REPL).
>
> What about the code for the example then :-)
Ah yes. Well the book is available online:
http://www.scheme.com/tspl2d/index.html
It's a longish example and figured that whoever was interested could get it
from there.
Ed