Skip to content

Instantly share code, notes, and snippets.

@kkazuo
Created March 12, 2013 14:44
Show Gist options
  • Save kkazuo/5143450 to your computer and use it in GitHub Desktop.
Save kkazuo/5143450 to your computer and use it in GitHub Desktop.
Objective-C cascade message syntax proposal.
> [obj message1].[message2].[message3:arg1].[message4:arg2 with:arg3];
is equive to
> [[[[obj message1] message2] message3:arg1] message4:arg2 with:arg3];
just propose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment