tags:

views:

46

answers:

1

I would of course use the appropriate version (stret or normal) for the circumstance.

+3  A: 

Nothing necessarily wrong with it. Many of the language bridges do this underneath.

Chuck
Just make sure you know *why* you are doing it.
Rob Keniger
Rob raises a good point. Why *do* you want to call it instead of using the ordinary messaging syntax?
NSResponder
Language bridge, seems faster than nsinvocation
Jared P
It's definitely faster than NSInvocation: http://www.mikeash.com/pyblog/performance-comparisons-of-common-operations.html
eman