Java Was Strongly Influenced by Objective-C
1–10 of 53 posts
Re: Java Was Strongly Influenced by Objective-C
#2Re: Java Was Strongly Influenced by Objective-C
#3Re: Java Was Strongly Influenced by Objective-C
#4Except it seems to be missing all the features that make Objective-C "Objective-C" in my mind. How do you implement method missing/message forwarding in Java? Oh, that's right, your code doesn't even compile.
Re: Java Was Strongly Influenced by Objective-C
#5Re: Java Was Strongly Influenced by Objective-C
#6Re: Java Was Strongly Influenced by Objective-C
#7Re: Java Was Strongly Influenced by Objective-C
#8Re: Java Was Strongly Influenced by Objective-C
#9Don't Classes in Java get boiled off in the compiler? There are no "class objects" at runtime that I've ever seen.
// unseen?
if (foo.getClass() instanceof someClassObject) ...Re: Java Was Strongly Influenced by Objective-C
#10Perhaps learning Objective-C would make me a better Java coder. Alternately, maybe all the ObjC practices that would translate have already been written up as standard Java patterns or included in the standard Java books and all I'd get from it would be frustration because I can't apply anything neat I see.
To really benefit from learning another programming language, make sure that you actually learn the language, not just hack around in it for the weekend and say you know it.