|
|
|
|
|
by setpatchaddress
1654 days ago
|
|
> In my experience people complain about Obj-C syntax when what they actually dislike are verbose Cocoa/Foundation/etc APIs If so, that’s a real shame. Foundation may be the single best-designed standard library for a (non-functional) language ever. |
|
One CoreFoundation example at random:
I think nearly everyone who reads that prototype will immediately understand what it does, but there's no denying it's a mouthful.Tack on some unfamilar square-brackets and intersperse argument names, and it's understandable that people will conflate the syntax with the APIs.