Newspeak is a new programming language in the tradition of Self and Smalltalk. Newspeak is highly dynamic and reflective - but designed to support modularity and security. It supports both object-oriented and functional programming. Newspeak is message based, late bound (like Self) has classes ...
11
votes
3answers
680 views
What is the difference between a Squeak/Pharo Trait and a Newspeak Mixin?
So Squeak/Pharo support Traits and Newspeak has Mixins. What is the difference? Traits have no instVars but Mixins have?
7
votes
2answers
232 views
5
votes
2answers
278 views
Are there programming languages with no global variables?
Are there languages where the scope is defined in such a way that does not extend to the enclosed functions? In other words is there a language where a code like the following (Python-like syntax):
...
2
votes
0answers
17 views
newspeak mixin example
I've read the Newspeak on Squeak tutorial, but I could not find information or examples on mixins.
It must be quite trivial, as any class is also a mixin, but could you give me an example? (or a ...
2
votes
1answer
44 views
In Hopscotch, how do you find the senders of a message?
In Newspeak's IDE, Hopscotch, what is the equivalent to Smalltalk's alt-n, which shows you all senders of a message?