|
Scripting languages like these are good for code that's easy to read and understand by fellow programmers. But you can't get faster/more bug-free than straight Objective C code. So the solution is to write the bulk of the application in ruby/python to make it easier to go back and edit, but go straight to Objective C for everything that's processor-intensive.
That's the full extent of my knowledge on the subject, sorry.
|