The current version of the textbook relies on two teachpacks (function
libraries) that aren't included in the standard download from
drscheme.org:
tiles (for rotating, reflecting, and combining pictures) and
sb-world (for interactive animations).
How you get these depends, unfortunately, on what version of DrScheme
you have.
#lang schemeshould appear in the Definitions window; don't worry about this.)
(require (planet sbloch/tiles))and hit the ENTER key. You should see some messages at the bottom of the screen about downloading and installing. This may take several minutes. Eventually you should see a message in the Interactions pane saying
Wrote file "tiles.ss" to installed-teachpacks directory
(require (planet sbloch/sb-world))
#lang scheme may disappear; don't worry about this.)Language: Beginning Student custom... Teachpacks: tiles.ss and sb-world.ss.in the Interactions pane.
#lang schemeshould appear in the Definitions window; don't worry about this.)
(require (planet "install.ss" ("sbloch" "tiles.plt" 1 13)))
and hit the ENTER key.
You should see some messages at the bottom of the screen
about downloading and installing. This may take several minutes.
Eventually you should see a message in the Interactions pane saying
Wrote file "tiles.ss" to installed-teachpacks directory
(require (planet "install.ss" ("sbloch" "sb-world.plt" 1 5)))#lang scheme may disappear; don't worry about this.)Language: Beginning Student custom... Teachpacks: tiles.ss and sb-world.ss.in the Interactions pane.
#lang schemeshould appear in the Definitions window; don't worry about this.)
(require (planet "install.ss" ("sbloch" "tiles.plt" 1 (= 13))))
and hit the ENTER key.
It may take several minutes to download and install; you can tell that
the computer is still working on it by the flashing green recycling
logo in the lower-right corner of the window.
about downloading and installing. This may take several minutes.
Eventually you should see a message in the Interactions pane saying
Wrote file "tiles.ss" to installed-teachpacks directory
(require (planet "install.ss" ("sbloch" "sb-world.plt" 1 (= 5))))#lang scheme may disappear; don't worry about this.)Language: Beginning Student custom... Teachpacks: tiles.ss and sb-world.ss.in the Interactions pane.