tags:

views:

83

answers:

2

Is it possible to do programming using iPhone? Any idea?

A: 

Yes it is. As for ideas, try Googling "iPhone programming".

If you meant, write programs on the iPhone itself, you are almost certainly out of luck, since Apple doesn't like interpreters running on their phones.

Marcelo Cantos
That's programming FOR iPhone, isn't it? :) If I got the question right, he wants to program WITH the iPhone ...
Select0r
Ah, you got to me before I finished my edit. :-)
Marcelo Cantos
I hear you don't necessarily need to restrict yourself to Apple approved software ;) However, if I wanted to code on a phone, I'd rather choose a phone by a company that embraces developers instead of restricting them.
Matti Virkkunen
+1  A: 

Actually this could be one of two questions:

  • is it possible to program for the iPhone -- yes it is, although to do it legally you need a Mac and a Apple Developer licence for $99.

  • can you program ON an iPhone -- yes, although the screen-size is a pain... although I did that once fixing a bug via SSH ;>

Kornel Kisielewicz