View Single Post
07-29-2007   #3 (permalink)
mdmunoz
Concierge
 
mdmunoz's Avatar
 
Join Date: Nov 2006
Location: Davis, CA
Posts: 643
mdmunoz has disabled reputation
Send a message via AIM to mdmunoz
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.
mdmunoz is offline   Reply With Quote