Newsqueak
Sign in to saveNewsqueak is a concurrent programming language for writing application software with interactive graphical user interfaces.
~1 min read
Encyclopedic overview
3 sectionsContents
- See also
- References
- External links
Newsqueak is a concurrent programming language for writing application software with interactive graphical user interfaces.
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.
Excerpted from Wikipedia’s “Newsqueak” article, available under the CC BY-SA 4.0 licence.