Programming Smalltalk – Object-Orientation from the Beginning

Programming Smalltalk – Object-Orientation from the Beginning
Author :
Publisher : Springer
Total Pages : 439
Release :
ISBN-10 : 9783658068233
ISBN-13 : 365806823X
Rating : 4/5 (33 Downloads)

Synopsis Programming Smalltalk – Object-Orientation from the Beginning by : Johannes Brauer

A straightforward, step-by-step introduction to clear and elegant object-oriented programming. Using a language that's perfect for this kind of programming, the book has been tested in numerous courses and workshops over ten years. Programming Smalltalk is particularly suited for readers with no prior programming knowledge. Starting from the first principles of programming, it teaches you how to use and create algorithms (reusable rules for problem-solving) and the basic building blocks of software. It goes on to explain how to develop complete applications and has a whole chapter on web applications as well as case studies. Now translated into English, this edition was completely revised to be consistent with the latest version of Cincom® VisualWorks®, a professional Smalltalk environment. All examples were created using VisualWorks, which is available without cost for educational purposes, and can be downloaded and installed on any up-to-date computer.

Smalltalk and Object Orientation

Smalltalk and Object Orientation
Author :
Publisher : Springer Science & Business Media
Total Pages : 386
Release :
ISBN-10 : 9781447109617
ISBN-13 : 1447109619
Rating : 4/5 (17 Downloads)

Synopsis Smalltalk and Object Orientation by : John Hunt

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.

Smalltalk, Objects, and Design

Smalltalk, Objects, and Design
Author :
Publisher : iUniverse
Total Pages : 313
Release :
ISBN-10 : 9781583484906
ISBN-13 : 1583484906
Rating : 4/5 (06 Downloads)

Synopsis Smalltalk, Objects, and Design by : Chamond Liu

More than a guide to the Smalltalk language.

Discovering Smalltalk

Discovering Smalltalk
Author :
Publisher : Addison Wesley Publishing Company
Total Pages : 582
Release :
ISBN-10 : UOM:39015031815452
ISBN-13 :
Rating : 4/5 (52 Downloads)

Synopsis Discovering Smalltalk by : Wilf LaLonde

From a well-known developer of object-oriented systems in Smalltalk, this book provides an introduction to programming for the novice alongside complete coverage of the Smalltalk language. The coverage provides a complete introduction to the syntax of Smalltalk, including the Smalltalk libraries and the Smalltalk environment using Digitalk/V as the example environment.

The Design Patterns Smalltalk Companion

The Design Patterns Smalltalk Companion
Author :
Publisher : Addison-Wesley Professional
Total Pages : 472
Release :
ISBN-10 : UOM:39015040152871
ISBN-13 :
Rating : 4/5 (71 Downloads)

Synopsis The Design Patterns Smalltalk Companion by : Sherman R. Alpert

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.

Object-oriented Programming with C++ and Smalltalk

Object-oriented Programming with C++ and Smalltalk
Author :
Publisher :
Total Pages : 1030
Release :
ISBN-10 : UCSC:32106014138314
ISBN-13 :
Rating : 4/5 (14 Downloads)

Synopsis Object-oriented Programming with C++ and Smalltalk by : Caleb Drake

This text describes the design goals and language features of object-oriented languages without viewing them from the perspective of any particular language. The author discusses Smalltalk-80 and C++ so students can understand how these concepts are realized. It provides coverage of the object model from a software design and language feature perspective, as well as covering key object-oriented principles - date abstraction, inheritance, polymorphism, and dynamic binding. Detailed coverage of Smalltalk and C++ emphasize their similarities and differences in terms of design goals, language features, and usage. Also discussed are: the benefits of the object model; the latest extensions to C++; and the application of object-oriented concepts to the development of large software projects. Chapter summaries, extensive exercises, and a glossary of object-oriented terminology support the text.

The Art and Science of Smalltalk

The Art and Science of Smalltalk
Author :
Publisher :
Total Pages : 240
Release :
ISBN-10 : UOM:39015034893019
ISBN-13 :
Rating : 4/5 (19 Downloads)

Synopsis The Art and Science of Smalltalk by : Simon Lewis

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

Object-Oriented Engineering

Object-Oriented Engineering
Author :
Publisher : CRC Press
Total Pages : 912
Release :
ISBN-10 : 9781040282878
ISBN-13 : 1040282873
Rating : 4/5 (78 Downloads)

Synopsis Object-Oriented Engineering by : John R. Bourne

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

Concepts in Programming Languages

Concepts in Programming Languages
Author :
Publisher : Cambridge University Press
Total Pages : 546
Release :
ISBN-10 : 0521780985
ISBN-13 : 9780521780988
Rating : 4/5 (85 Downloads)

Synopsis Concepts in Programming Languages by : John C. Mitchell

A comprehensive undergraduate textbook covering both theory and practical design issues, with an emphasis on object-oriented languages.

Squeak by Example

Squeak by Example
Author :
Publisher : Lulu.com
Total Pages : 306
Release :
ISBN-10 : 9783952334102
ISBN-13 : 3952334103
Rating : 4/5 (02 Downloads)

Synopsis Squeak by Example by : Oscar Nierstrasz

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.