Squeak Tutorial
Last updated at 8:39 am UTC on 11 March 2007
This is the first project of the new
Squeak Documentation Team. It will teach a programmer who is new to Squeak the essential skills to being a good Squeak and Morphic developer. The scope of this tutorial is open; please leave comments at the
discussion page.
General Guidelines
- Right now we are in content creation mode
- If you find something that you can copy and paste into this tutorial, go ahead
- We will edit for flow and spelling later, but try to make it reasonable
- Follow the Wiki conventions
Table of Contents
- Installing and Running Squeak
- The Smalltalk Language
- Classes and Methods in Squeak
- Introduction to The Browser
- Creating a Unit test (?)
- Creating a StockTickerServer class
- Introduction to Collections
- Building the class
- Running the unit test to confirm that the StockTickerServer class works
- Introduction to Morphic
- (Create a widget and control window for a StockTickerMorph) (?)
-