Smalltalk-80

Smalltalk-80

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

Author: John R. Bourne

Publisher: CRC Press

Published: 2024-11-01

Total Pages: 912

ISBN-13: 1040282873

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).


Pharo by Example

Pharo by Example

Author: Andrew P. Black

Publisher: Lulu.com

Published: 2010-07

Total Pages: 352

ISBN-13: 3952334146

DOWNLOAD EBOOK

Pharo is a modern open-source development environment for the classic Smalltalk-80 programming language. This book, intended for both students and developers, will guide you gently through the language and tools by means of a series of examples and exercises. We are making this book available to you under the Creative Commons Attribution-ShareAlike 3.0 license. You can either download the PDF for free from PharoByExample.org, or you can buy a softcover copy from lulu.com. (You can also pay for the PDF download from lulu.com, if you would like to make a contribution to this effort.) Additional material is available from the book's web page at PharoByExample.org.


Squeak by Example

Squeak by Example

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

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.


A Little Smalltalk

A Little Smalltalk

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.


The Design Patterns Smalltalk Companion

The Design Patterns Smalltalk Companion

Author: Sherman R. Alpert

Publisher: Addison-Wesley Professional

Published: 1998

Total Pages: 472

ISBN-13:

DOWNLOAD EBOOK

In this new book, intended as a language companion to the classic Design Patterns , noted Smalltalk and design patterns experts implement the 23 design patterns using Smalltalk code. This approach has produced a language-specific companion that tailors the topic of design patterns to the Smalltalk programmer. The authors have worked closely with the authors of Design Patterns to ensure that this companion volume meets the same quality standards that made the original a bestseller and indispensable resource. The full source code will be available on the AWL web site.


Inside Smalltalk

Inside Smalltalk

Author: Wilf R. LaLonde

Publisher:

Published: 1990

Total Pages: 536

ISBN-13:

DOWNLOAD EBOOK

Programmers will discover how to use SmallTalk 80 for prototyping and software development. The SmallTalk language is fully explained as well as the class library and programming environment.