Skip to main content
5 events
when toggle format what by license comment
Nov 24, 2013 at 10:39 comment added toasted_flakes Objective-C is just an enormous syntactic sugar around runtime functions. Once you get used to [receiver doStuff:arg] it looks pretty much like a dynamic java
Nov 24, 2013 at 9:27 history edited Peter Mortensen CC BY-SA 3.0
Copy edited. Added context. Removed meta information.
Nov 3, 2011 at 18:32 comment added Per Johansson Well, it probably does qualify as a bit mind-bending, but I like it. It might help if you realize [foo bar] is just syntactic sugar for objc_sendMsg(foo, "bar"); which in turn looks up the function pointer (it's a special "bar", not a generic one). Did you realize it's fully duck typed?
Jan 8, 2011 at 2:02 history made wiki Post Made Community Wiki
Jan 8, 2011 at 0:12 history answered jnevelson CC BY-SA 2.5