Downloading Squeak


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.

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: http://www.cc.gatech.edu/~mark.guzdial/st/2390filein.cs. You can do this easiest by typing into a Workspace and DoIt HTTPSocket httpFileIn: 'www.cc.gatech.edu/~mark.guzdial/st/2390filein.cs'

I have already prepared versions of Squeak for Macs and Windows with all the necessary stuff filed in:

  • http://www.cc.gatech.edu/~mark.guzdial/st/2390Squeak-Mac.zip (If StuffIt Expander doesn't decode properly, try ZipIt http://www.download.com/pc/software/0,332,0-62808-s,1000.html). There is also a StuffIt archive at http://guzdial.cc.gatech.edu/st/2390Squeak-Mac.sit

  • http://www.cc.gatech.edu/~mark.guzdial/st/2390Squeak-Win.zip You'll need an unzipping package like WinZip or PkUnzip to use this. NOTE! After downloading, you must fileIn http://guzdial.cc.gatech.edu/st/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: 'guzdial.cc.gatech.edu/st/concreteStream.st'

  • Download the New Debugger It's easier to use, and does more for you.


    Back to the top | Over to CoWeb