[racket] error while loading simply.scm

From: Sam Tobin-Hochstadt (samth at cs.indiana.edu)
Date: Wed Oct 16 18:30:06 EDT 2013

You may find this library:
http://planet.racket-lang.org/display.ss?package=simply-scheme.plt&owner=dyoo
useful for working with Simply Scheme in DrRacket.

Sam

On Wed, Oct 16, 2013 at 6:02 PM, Piscium <groknok at gmail.com> wrote:
> I am reading the book Simply Scheme that makes use of some Scheme source files.
>
> One such source file is "simply.scm":
> ftp://ftp.cs.berkeley.edu/pub/scheme/functions.scm
>
> I put this in the DrRacket definitions area:
> #lang racket
> (load "/home/myself/develt/scheme/simply.scm")
>
> When I clicked the Run button I got this:
> develt/scheme/simply.scm:8:0: #%top-interaction: unbound identifier;
> also, no #%app syntax transformer is bound in: #%top-interaction
>
> However I am able to load the same file in Gambit without an error.
>
> I tried different languages settings in DrRacket without success.
>
> Any ideas?
>
> Thanks
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.