[racket] Difference when choosing language vs. #lang line

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sat Jul 10 18:59:52 EDT 2010

That is the one, but it isn't quite ready yet for your students (as
you're discovering). If you do experiment with it and send us bugs,
however, that's great!

Robby

On Sat, Jul 10, 2010 at 5:42 PM, Todd O'Bryan <toddobryan at gmail.com> wrote:
> Is there a #lang line that's equivalent to going through the menu to
> Choose Language... or are we not there yet?
>
> Todd
>
> On Sat, Jul 10, 2010 at 5:45 PM, Matthias Felleisen
> <matthias at ccs.neu.edu> wrote:
>>
>> #lang htdp/bsl isn't ready for consumption.
>>
>> On Jul 10, 2010, at 2:27 PM, Todd O'Bryan wrote:
>>
>>> When I run:
>>> -----------------------------------
>>> #lang htdp/bsl
>>> (require 2htdp/image)
>>>
>>> (circle 50 "solid" "blue")
>>> -----------------------------------
>>> I get '(instantiate (class ...) ...) rather than the pretty picture I expect.
>>>
>>> It works fine, however, if I choose the language from the menu and
>>> leave out the #lang line.
>>>
>>> Intended behavior or is a snip not getting loaded that should be?
>>>
>>> Todd
>>> _________________________________________________
>>>  For list-related administrative tasks:
>>>  http://lists.racket-lang.org/listinfo/users
>>
>>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>


Posted on the users mailing list.