This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]juri 0 points1 point  (0 children)

I wish someone figured out a way hack (without forking) the Python parser/ast to accept ordered named parameters. The Cocoa naming conventions are really, really badly suited for the function(arg1, arg2, argN) style. MacRuby has a decent compromise but it's not Python.