Newsqueak

Source: Wikipedia, the free encyclopedia.
Newsqueak
Strong
Influenced by
C, CSP
Influenced
Alef, Go, Limbo, Rust[1]

Newsqueak is a

concurrent programming language for writing application software with interactive graphical user interfaces
.

Newsqueak's syntax and semantics are influenced by the

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.[2][3]

Newsqueak is an interpreted language. The name of the interpreter is squint. The UNIX port of squint is available under a FOSS license.[4]

The ideas present in Newsqueak were further developed in the programming languages Alef, Limbo, and Go.

See also

References

  1. ^ "Influences - The Rust Reference". The Rust Reference. Retrieved 2023-04-18.
  2. ^ Cardelli, Luca; Pike, Rob (1985). Squeak: a language for communicating with mice (PDF). ACM SIGGRAPH.
  3. ^ Pike, Rob (1994). Newsqueak: A Language for Communicating with Mice (PDF) (Technical report). Bell Labs. Computing Science Technical Report No. 143.
  4. ^ Hinchee, Sean (2020). "Go's History in Code". seh.dev. Retrieved October 25, 2021.

External links