Smalltalk by Example

Smalltalk by Example PDF Author: Alec Sharp
Publisher: McGraw-Hill Companies
ISBN: 9780079130365
Category : Smalltalk (Computer program language)
Languages : en
Pages : 0

Book Description
As Smalltalk is embraced by a growing number of corporate information systems departments, career prospects for programmers with Smalltalk development skills have never been better. This practical guide takes programmers beyond the basics, teaching them how to develop enteprise-class applications that provide real world solutions.

Smalltalk Best Practice Patterns

Smalltalk Best Practice Patterns PDF Author: Kent Beck
Publisher: Prentice Hall
ISBN: 0132852128
Category : Computers
Languages : en
Pages : 280

Book Description
This classic book is the definitive real-world style guide for better Smalltalk programming. This author presents a set of patterns that organize all the informal experience successful Smalltalk programmers have learned the hard way. When programmers understand these patterns, they can write much more effective code. The concept of Smalltalk patterns is introduced, and the book explains why they work. Next, the book introduces proven patterns for working with methods, messages, state, collections, classes and formatting. Finally, the book walks through a development example utilizing patterns. For programmers, project managers, teachers and students -- both new and experienced. This book presents a set of patterns that organize all the informal experience of successful Smalltalk programmers. This book will help you understand these patterns, and empower you to write more effective code.

Smalltalk, Objects, and Design

Smalltalk, Objects, and Design PDF Author: Chamond Liu
Publisher: iUniverse
ISBN: 1583484906
Category : Computers
Languages : en
Pages : 313

Book Description
More than a guide to the Smalltalk language.

The Art and Science of Smalltalk

The Art and Science of Smalltalk PDF Author: Simon Lewis
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 240

Book Description
An introduction to programming in Smalltalk, covering technical background for programmers and managers and introducing some of the basic philosophy of the language. Step-by-step instructions take the reader through the basics via object-oriented programming with the Smalltalk language and its development environment. Includes a tour of the Smalltalk class library and the model-view-controller mechanism. For programmers who want to move from traditional languages to an object-oriented language. Annotation copyright by Book News, Inc., Portland, OR

Pharo by Example 5.0

Pharo by Example 5.0 PDF Author: StŽphane Ducasse
Publisher: Lulu.com
ISBN: 1365654591
Category : Computer science
Languages : en
Pages : 359

Book Description


Practical Smalltalk

Practical Smalltalk PDF Author: Dan Shafer
Publisher: Springer Science & Business Media
ISBN: 1461390672
Category : Computers
Languages : en
Pages : 246

Book Description
Object-Oriented Programming (OOP) is recognized as one of the most powerful programming techniques to come along in many years. Its power lies in the ability it gives the designer to manage the complex, rapidly changing applications that have become the watchword of modern software. Smalltalk is the most extensively used OOP environment. Now Practical Smalltalk helps you to focus on those aspects of the language that you need to know to be a successful programmer. You'll learn all about the important classes to master, the essential theories to grasp, and then put these ideas to work in constructing everything from a simple counter object all the way through a data graphing application and the core of a functional outliner. The book culmi- nates with the creation of a factory process simulation that takes advantage of Smalltalk's ability to create multi-window, multiprocessing applications. Designed for programmers and managers who must understand the operation and uses of the Smalltalk environment, this book assumes only an elementary working knowledge of OOP and the language. The book uses Smalltalk/V 286, Digitalk's widely used implementation of Smalltalk, but most of the concepts and techniques it teaches can be transferred easily to other versions of the language.

Squeak by Example

Squeak by Example PDF Author: Oscar Nierstrasz
Publisher: Lulu.com
ISBN: 3952334103
Category : Computers
Languages : en
Pages : 306

Book Description
Squeak is a modern, open source, fully-featured implementation of the Smalltalk programming language and environment. Squeak is highly portable -- even its virtual machine is written entirely in Smalltalk, making it easy to debug, analyze, and change. Squeak is the vehicle for a wide range of innovative projects from multimedia applications and educational platforms to commercial web development environments. -- Preface.

Smalltalk-80

Smalltalk-80 PDF Author: Adele Goldberg
Publisher:
ISBN:
Category : Smalltalk-80 (Computer program language)
Languages : en
Pages : 0

Book Description


Smalltalk and Object Orientation

Smalltalk and Object Orientation PDF Author: John Hunt
Publisher: Springer Science & Business Media
ISBN: 1447109619
Category : Computers
Languages : en
Pages : 386

Book Description
This book was originally written to support an introductory course in Object Orientation through the medium of Smalltalk (and VisualWorks in particular). However, it can be used as a book to teach the reader Smalltalk, to introduce object orientation as well as present object oriented design and analysis. It takes as its basic premise that most Computer Scientists I Software Engineers learn best by doing rather than from theoretical notes. The chapters therefore attempt to introduce concepts by getting you the reader to do things, rather than by extensive theoretical discussions. This means that these chapters take a hands-on approach to the subject and assume that the student/reader has a suitable Small talk environment available to them. The chapters are listed below and are divided into six parts. The reader is advised to work through Parts 1 and 3 thoroughly in order to gain a detailed understanding of object orientation. Part 2 then provides an introduction to the Smalltalk environment and language. Other chapters may then be dipped into as required. For example, if the reader wishes to hone their Smalltalk skills then the chapters in Part 4 would be useful. However, if at that point they wish to get on and discover the delights of graphical user interfaces in Smalltalk, then Part 5 could be read next. Part 6 presents some more advances subjects such as metaclasses and concurrency which are not required for straight forward Small talk development.

A Little Smalltalk

A Little Smalltalk PDF Author: Timothy Budd
Publisher: Addison Wesley Publishing Company
ISBN:
Category : Computer programming
Languages : en
Pages : 300

Book Description
Budd's introduction to Smalltalk programming and the Little Smalltalk interpreter focuses on elementary, rather than advanced topics of object-oriented programming. The Little Smalltalk system runs under the UNIX operating system and can be executed on conventional terminals.