Squeak by Example
Squeak is a modern open-source development environment for the classic Smalltalk-80 programming language. Despite being the first purely object-oriented language and environment, Smalltalk is in many ways still far ahead of its successors in promoting a vision of an environment where everything is a...
Saved in:
Main Authors: | , , , |
---|---|
Format: | Electronic eBook |
Language: | English |
Published: |
Bern, Switzerland
University of Bern
[2009]
|
Series: | Open textbook library.
|
Subjects: | |
Online Access: | Access online version |
Tags: |
Add Tag
No Tags, Be the first to tag this record!
|
Table of Contents:
- I Getting Started
- 1 A quick tour of Squeak
- 2 A first application
- 3 Syntax in a nutshell
- 4 Understanding message syntax
- II Developing in Squeak
- 5 The Smalltalk object model
- 6 The Squeak programming environment
- 7 SUnit
- 8 Basic Classes
- 9 Collections
- 10 Streams
- 11 Morphic
- III Advanced Squeak
- 12 Classes and metaclasses