seaside
Squeak Intro

This is not intended to be a comprehensive tutorial. It is just enough information to get you started. More thorough introductions can be found in the Squeak References section and elsewhere on the web.

  1. Squeak Ground Rules – The rules behind Smalltalk
  2. Smalltalk Syntax – Just enough to get you started
  3. Control Structures – How to do if/else and for loops via messaging
  4. Squeak Environment – A quick note about the Squeak Environment
  5. The Workspace – How to use the workspace
  6. The Browser – How to navigate the classes in the image.
  7. Creating Classes – Basics for writing classes
  8. Squeak Summary – A final word