Programming Smalltalk - Object-Orientation from the Beginning

Programming Smalltalk - Object-Orientation from the Beginning PDF Author: Johannes Brauer
Publisher:
ISBN: 9783658068240
Category :
Languages : en
Pages :

Get Book Here

Book Description
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. Audience • Computer science students (majors and non-majors) in colleges and universities • Advanced secondary school students • Students in job-retraining and continuing education programs • Beginning programmers Author Johannes Brauer is a professor for Programming Methodology at the University of Applied Sciences NORDAKADEMIE in Germany. His background and main research interests are in the fields of programming languages and programming pedagogy. He teaches programming to undergraduates and works with new technologies for teaching, including blended learning.

Programming Smalltalk - Object-Orientation from the Beginning

Programming Smalltalk - Object-Orientation from the Beginning PDF Author: Johannes Brauer
Publisher:
ISBN: 9783658068240
Category :
Languages : en
Pages :

Get Book Here

Book Description
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. Audience • Computer science students (majors and non-majors) in colleges and universities • Advanced secondary school students • Students in job-retraining and continuing education programs • Beginning programmers Author Johannes Brauer is a professor for Programming Methodology at the University of Applied Sciences NORDAKADEMIE in Germany. His background and main research interests are in the fields of programming languages and programming pedagogy. He teaches programming to undergraduates and works with new technologies for teaching, including blended learning.

Programming Smalltalk – Object-Orientation from the Beginning

Programming Smalltalk – Object-Orientation from the Beginning PDF Author: Johannes Brauer
Publisher: Springer
ISBN: 365806823X
Category : Computers
Languages : en
Pages : 439

Get Book Here

Book Description
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 PDF Author: John Hunt
Publisher: Springer Science & Business Media
ISBN: 1447109619
Category : Computers
Languages : en
Pages : 386

Get Book Here

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.

Smalltalk, Objects, and Design

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

Get Book Here

Book Description
More than a guide to the Smalltalk language.

Object-oriented Programming with C++ and Smalltalk

Object-oriented Programming with C++ and Smalltalk PDF Author: Caleb Drake
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 1030

Get Book Here

Book Description
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.

An Introduction to Object-oriented Programming and Smalltalk

An Introduction to Object-oriented Programming and Smalltalk PDF Author: Lewis J. Pinson
Publisher: Addison Wesley Publishing Company
ISBN:
Category : Computers
Languages : en
Pages : 532

Get Book Here

Book Description
"The primary objective for this book is to present the principles of object--oriented problem solving through discussion of concepts, through summary descriptions of the Smalltalk image, and through presentation of examples that illustrate the concepts."--Preface

Object-oriented Programming with Smalltalk

Object-oriented Programming with Smalltalk PDF Author: Harald Wertz
Publisher: Elsevier
ISBN: 0081008082
Category : Computers
Languages : en
Pages : 552

Get Book Here

Book Description
Object oriented programming is a way of thinking about problems. Smalltalk is one of the purest incarnations of an object-oriented programming language. Using a pedagogical approach, this book covers all aspects of object oriented programming: first through the study of various preexisting Smalltalk classes, their implementation and use; then through a detailed description of an implementation of an interactive Lindenmayer system and through implementation of a series of calculators. The author addresses such subjects as graphics programming, dependency mechanisms and hierarchical specialization. This book fills the gap for an in-depth self-study reference, permitting the reader to master all aspects of object-oriented programming through a large set of exercises with highly detailed resources. Downloadable software content for practice applications Covers all aspects of Smalltalk: theconcepts of primitive objects, classes and instances, static and dynamic inheritance and methods, as well as graphical programming, the dependency mechanisms and the handling of exceptions Features in-depth studies of two programming projects and annotated solutions to all exercies and appendices

Object Oriented Programming Using Smalltalk

Object Oriented Programming Using Smalltalk PDF Author: Phillip Swain
Publisher:
ISBN: 9780646306155
Category : Object-oriented programming (Computer science)
Languages : en
Pages : 278

Get Book Here

Book Description


The Design Patterns Smalltalk Companion

The Design Patterns Smalltalk Companion PDF Author: Sherman R. Alpert
Publisher: Addison-Wesley Professional
ISBN:
Category : Computers
Languages : en
Pages : 472

Get Book Here

Book Description
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.

Smalltalk with Style

Smalltalk with Style PDF Author: Edward J. Klimas
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 152

Get Book Here

Book Description
Bridging the gap between well established software engineering principles and the real-world practice of programming, this book presents guidelines for programming in the Smalltalk language that will result in source code that is clear, easy to read, and easy to understand. Covers layout and structure; comments; code formatting; software reuse and overall program structure; reliability and portability; tips, tricks, and traps. For product managers and programmers using all object-oriented languages.