Loading Basic Quilt Images
- The text book has an application involving the design of quilt-making
patterns.
- This application requires basic image blocks.
- Download the following file to your desktop:
quilting.scm. (If it displays in
your browser as Racket source code, use the browser's Save As
option to save it.)
- Click File in DrRacket's menu bar and select New Tab to
create two "Untitled" tabs in DrRacket.
- Click File and select Open....
- Select the quilting.scm file you just downloaded and click
Open. The file
will be opened in one of the tabs in the definitions pane of the DrRacket window.
You should see some comments (lines beginning with consecutive
semicolons ";;") at the top
of this file and some definitions further down.
- Click Run.