Squeak is available for most platforms, including Macs, Windows variants,
Linux, FreeBSD, and lots of other OS variants. You can get Squeak from
http://www.squeak.org.
Squeak for the PC is already installed under the CC-States domain. Go to
the S:\Apps\Squeak directory and copy it from there.
If you grab it directly from there, be sure to also download and file-in
(see the book for directions on how to file-in) this file with
class-specific classes: 2390filein.cs.
You can do this easiest by typing into a Workspace and DoIt
NOTE!
Download the New Debugger.
It's easier to use, and does more for you.
HTTPSocket httpFileIn:
'www.cc.gatech.edu/classes/AY2000/cs2803ab_fall/code/2390filein.cs'
After downloading, you must fileIn
concreteStream.st.
This fixes a bug which prevents Celeste from being used properly.
Easiest way to do this is by typing in a workspace and DoIt
HTTPSocket httpFileIn:
'www.cc.gatech.edu/classes/AY2000/cs2803ab_fall/code/concreteStream.st'