Smalltalk-80

Smalltalk-80 PDF

Author: Glenn Krasner

Publisher: Addison Wesley Publishing Company

Published: 1983

Total Pages: 360

ISBN-13:

DOWNLOAD EBOOK →

Focuses on Implementation of System; Provides Documentation & Covers General Software & Engineering

Object-Oriented Engineering

Object-Oriented Engineering PDF

Author: Bourne

Publisher: CRC Press

Published: 1992-05-19

Total Pages: 912

ISBN-13: 9780256112108

DOWNLOAD EBOOK →

This book provides an introduction to the understanding and use of object-oriented methodologies for engineering problem solving with a specific emphasis on analysis and design. (Object-oriented programming is a general computer language methodology. The name comes from the focus on describing problems in terms of objects, both physical and conceptual).

The Design and Implementation of ConcurrentSmalltalk

The Design and Implementation of ConcurrentSmalltalk PDF

Author: Yasuhiko Yokote

Publisher: World Scientific

Published: 1990

Total Pages: 180

ISBN-13: 9789810201128

DOWNLOAD EBOOK →

This book focuses on object-oriented concurrent computing, which can be considered a model of concurrent programming, and proposes a new programming language, ConcurrentSmalltalk, which is based on object-oriented concurrent computing. The book also shows the efficiency of object-oriented concurrent computing through the design, implementation, and evaluation of ConcurrentSmalltalk. ConcurrentSmalltalk is designed to be upwardly compatible with Smalltalk-80. In the book, the ConcurrentSmalltalk object model is first proposed. Next, issues which arise from maintaining compatibility with Smalltalk-80 are discussed. Finally, the ConcurrentSmalltalk virtual machine which executes the ConcurrentSmalltalk programs is proposed.

A Little Smalltalk

A Little Smalltalk PDF

Author: Timothy Budd

Publisher: Addison Wesley Publishing Company

Published: 1987

Total Pages: 300

ISBN-13:

DOWNLOAD EBOOK →

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.

Squeak by Example

Squeak by Example PDF

Author: Oscar Nierstrasz

Publisher: Lulu.com

Published: 2009

Total Pages: 306

ISBN-13: 3952334103

DOWNLOAD EBOOK →

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.

The Design And Implementation Of Concurrent Small Talk

The Design And Implementation Of Concurrent Small Talk PDF

Author: Yokote Yasuhiko

Publisher: World Scientific

Published: 1990-06-27

Total Pages: 176

ISBN-13: 9814507075

DOWNLOAD EBOOK →

This book focuses on object-oriented concurrent computing, which can be considered a model of concurrent programming, and proposes a new programming language, ConcurrentSmalltalk, which is based on object-oriented concurrent computing. The book also shows the efficiency of object-oriented concurrent computing through the design, implementation, and evaluation of ConcurrentSmalltalk. ConcurrentSmalltalk is designed to be upwardly compatible with Smalltalk-80. In the book, the ConcurrentSmalltalk object model is first proposed. Next, issues which arise from maintaining compatibility with Smalltalk-80 are discussed. Finally, the ConcurrentSmalltalk virtual machine which executes the ConcurrentSmalltalk programs is proposed.

Smalltalk Best Practice Patterns

Smalltalk Best Practice Patterns PDF

Author: Kent Beck

Publisher: Prentice Hall

Published: 1996-10-03

Total Pages: 280

ISBN-13: 0132852128

DOWNLOAD EBOOK →

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.