
Smalltalk/V: Tutorial and Programming Handbook
Publisher: Digitalk, Inc 1988
Number of pages: 571
Description:
Smalltalk is both a powerful language -- you can get a lot of activity out of a few lines of code -- and a powerful program development environment -- software utilities help you to reuse as many lines of pre-written code as possible. This book is intended for both people who have never used Smalltalk as well as experienced Smalltalk programmers.
Download or read it online for free here:
Download link
(38MB, PDF)
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.
(19128 views)
Smalltalk: An Introduction to Application Development Using VisualWorksby Trevor Hopkins, Bernard Horan - Prentice Hall
A complete guide to Smalltalk-80, containing everything a user should know to start constructing applications. A very important language for those interested in object-oriented programming, one of the hot areas in software engineering.
(17679 views)
Smalltalk-80: Bits of History, Words of Adviceby Glen Krasner (ed.) - Addison-Wesley
The book first describes the history of how Smalltalk was built from scratch. It then goes on to show the way in which Smalltalk was made public. The papers range from overall design issues down to statistics on the work of the VM and image contents.
(17146 views)
The Joy Of Smalltalkby Ivan Tomek
This textbook introduces concepts of object-oriented software development and the programming language Smalltalk. The text covers OO concepts, OO application development, Smalltalk programming environment, base classes, and elements of style.
(17070 views)