|
On 24/07/2013 20.25, Coda Highland wrote:
(I HATE coding in Objective-C because of the absolutely absurd level of verbosity -- C++'s "str3 = str1 + str2;" vs. ObjC's "str3 = [str1 stringByAppendingString:str2];" is a MILD example)
A side note: I like that language, which if I am not mistaken is basically Smalltalk over C (even if Apple libraries look a bit too Java-like for me) but yes, this is probably an unwelcome consequence of selectors being global.
(at least that's what I remember from last time I used it) -- Enrico