|
|
|
|
|
by mekster
1574 days ago
|
|
It seems you like some ancient language which can't even concatenate a string without writing this dull statement with bunch of symbols. NSString *string1 = @"Some";
NSString *string2 = @" string";
NSString \*string3 = [string1 stringByAppendingString:string2];
Not to mention it didn't have ARC back in the days.For sake it was built nearly 40 years ago. Not sure if there's any room to question why Apple and devs wanted a new language. I was amazed why anyone would want to use this language before Swift but people didn't have a choice. There were efforts like MacRuby. |
|
https://www.mikeash.com/pyblog/friday-qa-2015-11-06-why-is-s...