[plt-scheme] which teachpack contains (make-posn)

From: Richard C. Cobbe (cobbe at ccs.neu.edu)
Date: Mon Feb 9 15:27:59 EST 2004

Lo, on Monday, February 9, Terrence Brannon did write:

> I skipped ahead to Chapter 6 in HtDP but that chapter did not specify 
> which teachpack contained (make-posn). Loading the draw teachpack worked 
> for |
> 
> 
> (start 300 300)| ; which opens a canvas;
> 
> |but failed for:
> |
> 
> |(draw-solid-line (make-posn 10 10) (make-posn 110 10) 'red)
> |
> 
> |because make-posn was undefined.
> 
> |

At this point in the book, IIRC, you should be using the `Beginning
Student' language, which provides make-posn automatically.

Richard


Posted on the users mailing list.