[racket] error while loading simply.scm
On 16 October 2013 23:30, Sam Tobin-Hochstadt <samth at cs.indiana.edu> wrote:
> 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
Sam, thanks.
I put this in the DrRacket definitions area:
(require (planet dyoo/simply-scheme:2:2))
And it loaded without issues:
Welcome to DrRacket, version 5.3.6 [3m].
Language: Pretty Big; memory limit: 2048 MB.
>
I tested with one Simple Scheme function and it worked.
Problem solved.
Thanks again for your quick reply.
P. S. I have to say that I am very impressed with Racket and DrRacket.
It is very polished. And I can imagine all the effort that went into
it.