Squeak is a programming language created in 1996.
#736on PLDB | 28Years Old |
The Squeak programming language is a dialect of Smalltalk. It is object-oriented, class-based, and reflective. It was derived directly from Smalltalk-80 by a group at Apple Computer that included some of the original Smalltalk-80 developers. Read more on Wikipedia...
"Hello world in Squeak"
Transcript show: 'Hello World'
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | 'Hello world' | ' |