Smalltalk Programming

From Wikibooks, the open-content textbooks collection

(Redirected from Programming:Smalltalk)
Jump to: navigation, search

Smalltalk is an object oriented programming language. It was named as a 'small' language intended to be easy to use.

If you have programmed before and would like to see a little bit of how Smalltalk works and is different from other programming languages, you can get an overview.

Contents

[edit] Contents

[edit] Table of contents

[edit] Beginning Smalltalk

Smalltalk Concepts
Variables
Simple Input and Output
Simple math in Smalltalk
Program Flow
Procedures and Functions
Libraries
Standard libraries
Further math in Smalltalk
Basics of Compilation
Exercises

[edit] In-depth Smalltalk ideas

Pointers and relationship to arrays
String Manipulation
Programming Structure and Style
Smalltalk complex types
Memory Management
Error Catching

[edit] Smalltalk and Beyond

Language Overloading and Extensions
Combining Languages
Commented Source Code Library

[edit] External links

Personal tools
In other languages