Little Smalltalk
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.[2]:5
The Little Smalltalk system was the first Smalltalk interpreter produced outside of Xerox PARC.[citation needed] 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:[2]:5
- Closely resemble Smalltalk-80 description
- Run on Unix accessed by conventional terminals
- Run on 16-bit machines with separate instruction and data memory, on a small memory size[2]:5
- Be written in C language
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
- ↑ 1.0 1.1 1.2 Budd, Timothy (1987). A Little Smalltalk. Reading, Massachusetts: Addison-Wesley. ISBN 0-201-10698-1. OCLC 14359883. https://www.worldcat.org/oclc/14359883.
- ↑ 2.0 2.1 2.2 Cite error: Invalid
<ref>
tag; no text was provided for refs named{{{1}}}
External links
- , archived
- SmallWorld
- "A Little Smalltalk" and other Smalltalk related books
- on GitHub, 2007
- on GitHub, all 5 versions, more up-to-date, with some fixes
Original source: https://en.wikipedia.org/wiki/Little Smalltalk.
Read more |