[plt-dev] Which image.ss?

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed May 26 18:55:54 EDT 2010

You guessed correctly. You got htdp/image.

Please use the require form.

Robby

On Wednesday, May 26, 2010, Nadeem Abdul Hamid <nadeem at acm.org> wrote:
> When you choose "Add teachpack..." from the "Language" menu and select "image.ss" is it supposed to use htdp/image or 2htdp/image? If the latter, why does this:
>    (bitmap "tugboat.jpg")
> produce the error:
>    bitmap: name is not defined, not a parameter, and not a primitive name
>
> while, if instead of using the teachpack dialog, you use "require":
>    (require 2htdp/image)
>    (bitmap "tugboat.jpg")
> it works fine.
>
> --- nadeem
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-dev
>


Posted on the dev mailing list.