A review by iamleeg
Squeak by Example by Damien Pollet, Oscar Nierstrasz, Stéphane Ducasse

5.0

I love that this introduction doesn't just teach the Smalltalk language and Squeak, but also explains the tools and techniques used by the community. So when you're adding methods to classes it will tell you about the testing browser and how to build the method in a test-driven way, and it explains how to do version control with Monticello and push your code to a repository. The code host they recommend no longer allows new projects, but I was able to follow the same instructions to use smalltalkhub.

This book has given me so many ideas about Object-Oriented Programming, not just about using Squeak but anywhere I use it. I'd heartily recommend that anyone who's doing OOP grab Squeak, grab Squeak by Example, and spend the few hours required to work through the book.