News

Smalltalk also did a lot to popularize the model/view/controller design for graphical user interface software. We’ve looked at object-oriented for state machines before, which is a nice use case.
Now Smalltalk luminary [Dan Ingalls] has the Smalltalk Zoo, a collection of Smalltalk-related items including several historical simulations you can run in your browser.
Smalltalk is an object-oriented programming language and development environment created by Alan Kay and company at the Learning Research Group in Xerox's Palo Alto Research Center in the early 1970s.
Redline Smalltalk, he said, goes from Smalltalk source code to directly generating and executing JVM byte code at runtime. “With Redline, there is no separate compile cycle as there is with the ...
Smalltalk, a language that has had a big influence on Ruby, is making a comeback. We take a look at the current situation and talk to Randal L. Schwartz about Smalltalk.
An earlier application development environment for Smalltalk for Windows and OS/2 from now-defunct ObjectShare, Inc., Sunnyvale, CA. Visual Smalltalk evolved out of the first commercial release of ...
Emphasizing simplicity and immediate feedback, Smalltalk-like Pharo is billed as a minimal, reflective object language. The 64-bit version of Pharo 7.0 improves performance and stability and is ...
In-Depth Extendible Concurrent Control Structures for Smalltalk By Eric S. Chan July 13, 2001 A reactive system maintains ongoing interactions with the environment to affect the processes in the ...
There are two basic types of OOP: Simula and Smalltalk. Simula is well represented in .NET by C#. With Alan Lovejoy’s Essence#, we can see what a Smalltalk inspired language would look like.