![]() |
![]() |
|
home—info—lectures—exams—hws—archive
Due in class Feb.Groundhog.
Turn in on WebCT.
In addition, if you're local, bring a hardcopy to class.
The exercises below are from the (free, online) book How to Design Programs.
(rectangle 80 20 'solid 'blue) (circle 20 'solid 'red) (ellipse 80 20 'outline 'orange) (overlay (rectangle 80 20 'outline 'blue) (circle 20 'solid 'red)) ; Think of 'overlay' as being "addition for images" ; overlay with an offset: (overlay/xy (rectangle 80 20 'outline 'blue) 30 10 (circle 20 'solid 'red)) ; If you want to explore documentation: ; In drscheme, position the caret on a function-name ; like 'overlay/xy', and hit F1. |
See also scheme-resources—ITEC380 Scheme resources.
home—info—lectures—exams—hws—archive
©2009, Ian Barland, Radford University Last modified 2009.Apr.20 (Mon) |
Please mail any suggestions (incl. typos, broken links) to ibarland ![]() |
![]() |