Y
Hacker News
new
|
ask
|
show
|
jobs
by
meheleventyone
912 days ago
Right but it’s not a core part of the language, anything Turing complete can implement this sort of thing. The comment I was replying to was asking about the difference between method calls and message passing.
1 comments
alex_smart
911 days ago
I don't think ability to forward arbitrary messages is any more a
core
part of Smalltalk than it is of Java.
link
meheleventyone
911 days ago
It’s the basis of the design of Smalltalk (see
http://lists.squeakfoundation.org/pipermail/squeak-dev/1998-...
) and needs scaffolding in Java to work which does seem significant.
link