Newsqueak
Newsqueak is a concurrent programming language for writing application software with interactive graphical user interfaces.
Paradigm | Concurrent |
---|---|
Designed by | Rob Pike |
Developer | Bell Labs |
Typing discipline | Strong |
Influenced by | |
C, CSP | |
Influenced | |
Alef, Go, Limbo, Rust |
Newsqueak's syntax and semantics are influenced by the C language, but its approach to concurrency was inspired by C. A. R. Hoare's communicating sequential processes (CSP). However, in Newsqueak, channels are first-class objects, with dynamic process creation and dynamic channel creation.
Newsqueak was developed from an earlier, smaller, language, called Squeak (not to be confused with the Smalltalk implementation Squeak). It was developed by Luca Cardelli and Rob Pike at Bell Labs in the first half of the 1980s as a language for implementing graphical user interfaces. Both languages were presented as "a language for communicating with mice": their main aim was to model the concurrent nature of programs interacting with multiple input devices, viz., keyboards and mice.[1][2]
The ideas present in Newsqueak were further developed in the programming languages Alef, Limbo, and Go.
References
- Cardelli, Luca; Pike, Rob (1985). Squeak: a language for communicating with mice (PDF). ACM SIGGRAPH.
- Pike, Rob. Newsqueak: A Language for Communicating with Mice (PDF) (Technical report). Bell Labs. Computing Science Technical Report No. 143.
External links
- Bell Labs and CSP Threads
- Advanced Topics in Programming Languages: Concurrency/message passing Newsqueak