The Art and Science of Smalltalk

The Art and Science of Smalltalk PDF Author: Simon Lewis
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 240

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

Advances in Smalltalk

Advances in Smalltalk PDF Author: Wolfgang De Meuter
Publisher: Springer Science & Business Media
ISBN: 3540718354
Category : Computers
Languages : en
Pages : 164

Book Description
This book constitutes the thoroughly refereed post-proceedings of the 14th International Smalltalk Conference, ISC 2006, held in Prague, Czech Republic in September 2006. Being a live forum on cutting edge software technologies, the conference attracted researchers and professionals from both academia and industry that produced papers covering topics from foundational issues to advanced applications.

Special Issue on Advances in Smalltalk Based Systems

Special Issue on Advances in Smalltalk Based Systems PDF Author: Loïc Lagadec
Publisher:
ISBN:
Category :
Languages : en
Pages : 174

Book Description


Smalltalk, Objects, and Design

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

Book Description
More than a guide to the Smalltalk language.

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

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.

Advanced Smalltalk

Advanced Smalltalk PDF Author: Jonathan Pletzke
Publisher: Wiley
ISBN: 9780471163503
Category : Computers
Languages : en
Pages : 0

Book Description
From exception handling to the Internet, the first guide to advanced Smalltalk programming techniques This powerful book/CD package is for experienced Smalltalk programmers who are ready to go on to the next level. Beginning where all the other Smalltalk programming guides leave off, this package arms you with advanced programming techniques and a wealth of insider tips on how to more quickly, efficiently, and cost-effectively develop applications in Smalltalk. While the focus throughout is on the five most popular versions of Smalltalk (VisualWorks, VisualSmalltalk, VisualAge/IBM Smalltalk, SmalltalkAgents, and Enfin), users of other, less widely used Smalltalk environments can benefit from the information in this book. Advanced Smalltalk tells you what you need to know about: * Avoiding most common Smalltalk bugs * Using patterns and frameworks * Supercharging your Smalltalk programs to make them run faster * Integrating non-Smalltalk legacy code with your Smalltalk application * Storing and retrieving information from relational and object databases * Smalltalk on the Internet and its role in electronic commerce * The Smalltalk ANSI Standard * Implementing neural nets in Smalltalk * Style for design and coding in Smalltalk * Interview guidelines for Smalltalk programmers JONATHAN PLETZKE is a consultant specializing in Smalltalk development and programming. On the CD-ROM you'll find: * An object-oriented HTTP server * An object-oriented HTTP client * A documentation generator * Development and team source code management tools * Primitive and external interface templates * A back-propagation neural net program * Two public domain Smalltalk development environments: GNU Smalltalk for Unix, DOS, Windows, and Windows/NT Little Smalltalk for Macintosh, DOS, Windows, and Unix * Two Educational/Demonstration Smalltalk development environments: * Smalltalk/X for Unix (Solaris and Linux) * SmalltalkNT for Windows/NT version 4.0 * Smalltalk archives: University of Illinois Archive (st.cs.uiuc.edu) Smalltalk Store Archive (www.smalltalk.com)

Kent Beck's Guide to Better Smalltalk

Kent Beck's Guide to Better Smalltalk PDF Author: Kent Beck
Publisher: Cambridge University Press
ISBN: 9780521644372
Category : Computers
Languages : en
Pages : 432

Book Description
Written for Smalltalk programmers, this book is designed to help readers become more effective Smalltalk developers and object technology users.

Advances in Smalltalk

Advances in Smalltalk PDF Author: Wolfgang De Meuter
Publisher:
ISBN:
Category : Computer logic
Languages : en
Pages : 158

Book Description
The 14th International Smalltalk Conference took place in the?rst week of September 2006 in Prague, Czech Republic. This volume contains the pe- reviewed technical papers that were presented during the academic track of the conference. The International Smalltalk Conference evolvedout of the annual meeting of the European Smalltalk User Group (ESUG). This meeting usually lasts about a week and allows Smalltalk experts to discuss Smalltalk solutions and envir- ments. The meeting attracts a diverse audience consisting of Smalltalkers from industry as well as from academia. Thanks to the perpetual e?ort of people like St́ ephane Ducasse, Noury Bouraqadi, Serge Stinckwich and Roel Wuyts, over the years the ESUG meeting was provided with a separate academic research track during which researchers could present academic results about Smalltalk and its development tools. Unfortunately, no formal publication forum was - sociated with this track, which made it less attractive for authors to submit a paper. Starting with this edition of the conference, we hope this will change. An agreement was reached with Springer to publish a post-conference proceedings of this 14th edition. I think our community owes a big thank you to St́ ephane for this! Hopefully next year this agreement can evolve into a 15th edition of the conference with formally announced proceedings. This will certainly motivate more Smalltalk researchers to submit a paper! The conference accepted just over half of the submissions.

Advances in Smalltalk

Advances in Smalltalk PDF Author: Wolfgang De Meuter
Publisher: Springer
ISBN: 9783540837176
Category : Computers
Languages : en
Pages : 158

Book Description
This book constitutes the thoroughly refereed post-proceedings of the 14th International Smalltalk Conference, ISC 2006, held in Prague, Czech Republic in September 2006. Being a live forum on cutting edge software technologies, the conference attracted researchers and professionals from both academia and industry that produced papers covering topics from foundational issues to advanced applications.

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

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.