Which language unifies OOP, both RPC call and Message passing a la Smalltalk, and more ...
- by user310291
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 ?