[plt-scheme] Using a teachpack from the module language level
Matthias Felleisen wrote:
>
>
> On Oct 20, 2008, at 2:46 AM, Michael Vanier wrote:
>
>> Hi everyone,
>>
>> Apologies if this has been answered before, but is it possible to use
>> one of the teaching language teachpacks from the module language
>> level, and if so, how do you do it?
>
>
> If you want to use the world teachpack, for example,
>
> #lang scheme
> (require htdp/world)
>
> will work. -- Matthias
>
Great! It's nice when things work the way you expect ;-)
Mike