- Author: Andrew P. Black, Stéphane Ducasse, Oscar Nierstrasz, Damien Pollet, Damien Cassou, Marcus Denker
- Format: PDF
- Price: free
Squeak is a modern open-source development environment for the classic Smalltalk-80 programming language. Despite being the first purely object-oriented language and environment, Smalltalk is in many ways still far ahead of its successors in promoting a vision of an environment where everything is an object, and anything can change at run-time.
Squeak by Example, intended for both students and developers, will guide you gently through the Squeak language and environment by means of a series of examples and exercises.
Chapters include:
- A Quick tour of Squeak
- A First Application
- Syntax in a Nutshell
- Understanding Message Syntax
- The Smalltalk Object Model
- The Squeak Programming Environment
- SUnit
- Basic Classes
- Collections
- Streams
- Morphic
- Classes and Metaclasses
- Frequently Asked Questions