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.[4][5]
Newsqueak is an interpreted language. The name of the interpreter is squint. The UNIX port of squint is available under a FOSS license.[6]
The ideas present in Newsqueak were further developed in the programming languages Alef, Limbo, and Go.