Smalltalk Programming Language
Learn the basics of the Smalltalk language and the GNU Smalltalk implementation in this document. It covers topics such as classes, subclasses, code blocks, streams, exceptions, and more.
Smalltalk is a purely object-oriented programming language created in the 1970s for educational and business use. Learn about its origins, variants, influences, and standardization from the Wikipedia article.
Introduction to Smalltalk What is Smalltalk? Smalltalk is a dynamically typed, reflective, object-oriented programming language. Unlike many languages that evolved from a design document, Smalltalk emerged from a research project at Xerox PARC in the 1970s, aiming to create a truly object-oriented system.
A brief introduction to Smalltalk, a fully object-oriented, dynamically typed, reflective programming language. Learn the basics, syntax, and examples of Smalltalk, and how to use it for human-computer symbiosis.
Learn about the history, features, and benefits of Smalltalk, an object-oriented language with a rich legacy and a simple syntax. Smalltalk is a productive, versatile, and influential language that inspired many other OOP languages and GUI tools.
Smalltalk is a dynamic and interactive language that treats everything as an object and supports live coding. Learn about its history, features, and influence on modern programming languages.
Learn the fundamentals of Smalltalk programming, a pure object-oriented language with dynamic typing, message passing, and live coding. Explore its key features, syntax, and a simple banking application example.
Instead of the usual file-based systems most other programming languages use, Smalltalk stores the entire state of the system in an image that can be saved and restored. This method is a godsend for rapid prototyping and iterative development, making it a perfect fit for agile development methodologies.
Learn the basics of Smalltalk language and its GNU implementation with this tutorial. It covers topics such as objects, messages, math, arrays, and more.
Squeak is a versatile and fast Smalltalk programming environment with graphical, interactive, and educational features. It supports multiple platforms, projects, and tools for browsing, writing, and debugging Smalltalk code.