[Pythonmac-SIG] pyobjc / cocoa

Seth Delackner seth@jtan.com
Wed, 16 Oct 2002 00:25:35 -0700


To expand on my previous comment in a different direction, why not:

rt = pyobjc.runtime

rt.call(obj, "message", "arg1name", arg1value, "arg2name", arg2value);
Which would directly map to:
[obj message arg1name:arg1value arg2name:arg2value];
although I'll be the first to admit I have no idea how to actually 
affect that transform.


On Wednesday, October 16, 2002, at 12:09 , Ronald Oussoren wrote:
> W.R.T. the long method names: I'd be interested in opinions on how to 
> improve on this.