> I found out that I must load the teachpack from the collects directory,
> I now have a clue how to do this.

Yes, technically, but you don't need to think about that.  Just use the 
"require" line Matthias gave you, and don't worry about "load teachpack" at all.

Alternatively, you can use
(require picturing-programs)
which includes all the same functions as 2htdp/image (such as beside, above, 
place-image, circle, triangle, rectangle, etc.) as well as some others like 
map-image and build-image.



Stephen Bloch
sbl...@adelphi.edu

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to