Newspeak, an experimental language in the style of Smalltalk

Languages that support both inheritance and nesting of declarations define method lookup to first climb up the inheritance hierarchy and then recurse up the lexical hierarchy. We discuss weaknesses of this approach, present alternatives, and illustrate a preferred semantics as implemented in Newspeak, a new language in the Smalltalk [GR83] family.
Gilad Bracha, On the Interaction of Method Lookup and Scope with Inheritance and Nesting (pdf)

... a standard example - a class representing points in the plane
Object Initialization and Construction Revisited

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Presentation about Newspeak

I just watched this presentation: http://www.tele-task.de/page50_lecture3490.html found it very interesting and searched LtU for more and turned up this old article - so it felt relevant to attach the link here.