I want to create a gui program in linux which I eventually might move to the iphone. What programming language and GUI framework should I use to make this easiest?
I'd assume using Objective-C would be best, since gcc will compile that, but are there GUI frameworks that work with Objective-C that are similar to Cocoa and won't require much rewriting? (apart from obvious input differences and screen shifting when iphone keyboard appears, etc.) (Objective-C + Cocoa seems to be the only language that iphone supports)
Thanks,
Dan