Intro to the Squeak
environment
Getting Squeak
Squeak and mice
Squeak quick start:
overview
1. Create your own image
Why create your own
image?
2: Create your own
project
Naming your project
Entering your project
Resizing your Squeak
desktop
3. Bring up workspace,
browser, and transcript
4. Evaluate code in
workspace
Executing code, ct’d
5. The system browser
Creating a class:
overview
(a) Creating a class
category
(b) Defining a class,
part [1]
(b) Defining a class,
part [2]
(c) Defining methods [1]
(c) Defining methods [2]
(c) Defining methods [3]
(c) Defining methods [4]
(c) Defining methods [5]
(d) Try out the class
Conclusion: What next?