Smalltalk-80

Smalltalk-80
Author: Adele Goldberg
Publisher:
Total Pages: 0
Release: 1983
Genre: Smalltalk-80 (Computer program language)
ISBN:

Smalltalk-80

Smalltalk-80
Author: Glenn Krasner
Publisher: Addison Wesley Publishing Company
Total Pages: 360
Release: 1983
Genre: Computers
ISBN:

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

Object-Oriented Engineering

Object-Oriented Engineering
Author: John R. Bourne
Publisher: CRC Press
Total Pages: 912
Release: 2024-11-01
Genre: Computers
ISBN: 1040282873

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

Squeak by Example

Squeak by Example
Author: Oscar Nierstrasz
Publisher: Lulu.com
Total Pages: 306
Release: 2009
Genre: Computers
ISBN: 3952334103

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.

A Little Smalltalk

A Little Smalltalk
Author: Timothy Budd
Publisher: Addison Wesley Publishing Company
Total Pages: 300
Release: 1987
Genre: Computers
ISBN:

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 And Implementation Of Concurrent Small Talk

The Design And Implementation Of Concurrent Small Talk
Author: Yokote Yasuhiko
Publisher: World Scientific
Total Pages: 176
Release: 1990-06-27
Genre: Computers
ISBN: 9814507075

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.

Pharo by Example

Pharo by Example
Author: Andrew P. Black
Publisher: Lulu.com
Total Pages: 352
Release: 2010-07
Genre: Computers
ISBN: 3952334146

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.

The Design Patterns Smalltalk Companion

The Design Patterns Smalltalk Companion
Author: Sherman R. Alpert
Publisher: Addison-Wesley Professional
Total Pages: 472
Release: 1998
Genre: Computers
ISBN:

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:
Total Pages: 536
Release: 1990
Genre: Computer science
ISBN:

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.