[plt-scheme] HtDP Exercise 37.5.1
Thank you!
On Sun, Nov 15, 2009 at 4:20 PM, Matthias Felleisen
<matthias at ccs.neu.edu> wrote:
>
> On Nov 15, 2009, at 3:24 PM, Gadfly wrote:
>
>> Hi All --
>>
>> How do picture fields work? How does one assign a photo to a
>> structure?
>
>
> (define-struct building (location image))
>
> (make-building "202 huntington" ... use Insert | Image .. here )
>
>
>> Also, are there any pre-defined campuses available as teachpacks?
>
> Nope, but if you want to produce some, go for it. In the new world of web mash ups, I'd add geocoding here:
>
> http://www.ccs.neu.edu/home/matthias/107-f09/Assignments/8.html (problem 8.1)
> credit to Gregor Kiczales
>
>
> -- Matthias
>
>