
Inside Smalltalk
by W. R. Lalonde, J. R. Pugh
Publisher: Prentice-Hall 1990
Description:
This textbook provides an intro to the object-oriented programming language Smalltalk-80, with an emphasis on classes, subclassing, inheritance and message passing. The SmallTalk language is fully explained as well as the class library and programming environment.
Download or read it online for free here:
Download link 1
Download link 2
(PDF, 2 volumes)
Similar books
Squeak: Learn Programming with Robotsby Stephane Ducasse - Apress
This book will teach you core programming concepts based on simple, visual problems that involve manipulation of robots, or 'turtles'. You will learn basic programming concepts like loops, abstractions, composition, and conditionals.
(18843 views)
Squeak by Exampleby O. Nierstrasz, S. Ducasse, D. Pollet, A. Black - Lulu.com
Squeak is a modern, open source, fully-featured implementation of the Smalltalk programming language and environment. This book presents the various aspects of Squeak, starting with the basics, and proceeding to more advanced topics.
(17526 views)
Smalltalk With Styleby E. Klimas, S. Skublics, D. A. Thomas - Prentice Hall
Bridging the gap between established software engineering principles and the real-world programming, this book presents guidelines for programming in the Smalltalk language that will result in source code that is clear and easy to understand.
(17722 views)
A Taste of Smalltalkby Ted Kaehler, Dave Patterson - W W Norton & Co Inc
This tutorial gives you a taste of programming in the Smalltalk-80 language and environment. Our approach is to guide you through several versions of a small program in a short time. The book is just a 'taste', not a reference manual.
(15834 views)