[racket] immediate problem

From: Danny Yoo (dyoo at hashcollision.org)
Date: Fri Sep 14 15:33:10 EDT 2012

On Fri, Sep 14, 2012 at 1:27 PM, Richard Fuller <rcfuller36 at gmail.com> wrote:
> #lang racket slideshow "run"
>
> results in
>
> slideshow: unbound identifier in module in: slideshow
>
> hence circle: unidentified

Hi Richard,

Oh!  Make a  small change to the first line.  Change:

    #lang racket slideshow

to just:

   #lang slideshow

Posted on the users mailing list.