Which language unifies OOP, both RPC call and Message passing a la Smalltalk, and more ...
Posted
by
user310291
on Programmers
See other posts from Programmers
or by user310291
Published on 2010-12-31T18:24:12Z
Indexed on
2010/12/31
19:59 UTC
Read the original article
Hit count: 194
I hate software editors who pretend to know better what you need and choose for you. Java and c# pretend multiple inheritance is dangerous. That I agree I often use Interface but in some cases I may need multiple inheritance : why not let me choose ?
Also today you have to choose between RPC call à la Java and Message passing à la Objective C. Again can't I choose when one or the other is more practical ?
So is there any language on earth which will free me from what I want to choose to use dependending on MY context and MY own judgement ?
© Programmers or respective owner