iPhone support?

Python. Basically the IPhone is like a little Mac, and we don’t require Objective-C when writing Panda apps on the Mac.

Objective-C is necessary only for calls into Cocoa and similar interface libraries. Since Panda normally handles all these low-level calls anyway, there’s no reason to burden the application programmer with Objective-C (unless he chooses that language, of course).

David