Paradigms | Imperative, object-oriented |
---|---|
Family | Smalltalk |
Designed by | Timothy Budd |
Developer | Danny Reinhold |
First appeared | 1984 |
Stable release | 5, SmallWorld
/ 2014 |
Typing discipline | Strong, dynamic |
Scope | Lexical (static) |
Implementation language | Java |
Platform | VAX-780, IA-32 |
OS | Unix |
License | Various: Proprietary, public domain, freeware for non-commercial use, MIT style |
Website | www |
Influenced by | |
Smalltalk-80 |
Little Smalltalk is a non-standard dialect and runtime system, a virtual machine referred to as "system", of the Smalltalk-80 programming language implemented by Timothy Budd at University of Arizona in 1984 along with a group of his students.[1][note 1] It was originally described in a book "A Little Smalltalk" (1987),[1] and was created as result of lack of cheap access to Smalltalk-80 runtime at the time; it was initially intended to run on Unix on a VAX-780.[1]: 5
The Little Smalltalk system was the first Smalltalk interpreter produced outside of Xerox PARC. Although it lacked many of the features of the original Smalltalk-80 system, it helped popularize the ideas of object-oriented programming, virtual machines, and bytecode interpreters.
In 1994, Timothy Budd rewrote Little Smalltalk in Java, and distributes it as the SmallWorld system. Little Smalltalk source code wasn't touched since then.
The original releases are under a variety of licenses. They are now maintained by Danny Reinhold via the Little Smalltalk project. Recently work on a new major version has begun. This differs from earlier releases by providing support for graphical applications, a foreign function interface, and many integrated tools.
Goals
Little Smalltalk is intended to:[1]: 5
Syntax
Licenses, copyright
- Version 1 – Must attribute original source and keep copyright notice in source files
- Version 2 – Public domain
- Version 3 – Public domain
- Version 4 – Free for non-commercial use
- Version 5 – Released under an MIT style license
References
External links
- Official website, archived
- SmallWorld
- "A Little Smalltalk" and other Smalltalk related books
- SmallWorld on GitHub, 2007
- A Little Smalltalk on GitHub, all 5 versions, more up-to-date, with some fixes