Example code from the book
These are the examples from the book.
Be sure to see the discussion on
Squeak 3.2 changes
for this code.
Array-switchon.st
(this is 2.7 specific -- symbols changed in 2.8) and
Tree.st
are examples from Chapter 2
Boxes.st
is Joe the Box from Chapter 3.
NuBoxes.st
is the improvement at the end of that chapter.
CRCmorphs.cs
includes CRCCard Windows.
clock.cs
is the Chapter 4 extended example.
clock-ui1.cs
,
clock-ui2.cs
,
clock-ui3.cs
, and
clock-pluggable.cs
are the clock UI iterations from Chapter 5. (Squeak 3.2 version is here:
clock-pluggable.cs
)
programmedFall.cs
is the example in Chapter 5.
thumbnailsEverywhere.1.cs
is from Chapter 7, on extending Morphic.
Audio-Notes.st
is the Chapter 8 case study.
The
server folder
is the one needed for PWS-Swiki, as described in Chapter 9.
MAT-final-forbook.1.cs
is the Chapter 10 case study.
FullPlaySpace.1.cs
is the Chapter 11 case study.