;; This code makes variables for each of the images from the book.(definepic:bloch(bitmap/url"http://picturingprograms.com/pictures/bloch.jpg"))(definepic:hieroglyphics(bitmap/url"http://picturingprograms.com/pictures/hieroglyphics.png"))(definepic:hacker(bitmap/url"http://picturingprograms.com/pictures/mad_hacker.png"))(definepic:book(bitmap/url"http://picturingprograms.com/pictures/qbook.png"))(definepic:stick-figure(bitmap/url"http://picturingprograms.com/pictures/stick-figure.png"))(definepic:scheme-logo(bitmap/url"http://picturingprograms.com/pictures/schemelogo.png"))(definepic:calendar(bitmap/url"http://picturingprograms.com/pictures/calendar.png"))(definepic:train-engine(bitmap/url"http://picturingprograms.com/pictures/train_engine.png"))(definepic:train-car(bitmap/url"http://picturingprograms.com/pictures/train_car.png"));; This section defines simple functions used in Chapter 1;; rotate-cw;; rotate-ccw;; rotate-180(define(rotate-cwx)(rotate-90x))(define(rotate-ccwx)(rotate90x))(define(rotate-180x)(rotate180x));; Now you are ready to write your programs from Chapter 1 and beyond.#| ;; to see the pictures get rid of this line (1)
pic:bloch
pic:hieroglyphics
pic:hacker
pic:book
pic:stick-figure
pic:scheme-logo
pic:calendar
pic:train-engine
pic:train-car
|#;; to see the pictures get rid of this line (2)