Hacker News new | ask | show | jobs
by rinich 5982 days ago
I responded to that in the other thread about this article. It's a damn shame.

Can you make one that downloads to the iPhone/iPad and run natively? There's nothing in an RTE that needs to access Internet files, right? So theoretically you could program it in its entirety and have people download that.

I'm sorry I didn't know that when I wrote the article, though; certainly it throws a nasty complication into the works.

1 comments

I haven't really programmed the iPhone yet, so I am not sure. However, I must admit there might be one way out: there is a JavaScript interpreter on the iPhone. I guess if you made a simple form and had it's contents be evaluated by JavaScript at the press of a button, Apple would OK it (not certain, though). Unfortunately JavaScript is quite restricted on the iPhone, too (I've heard it just gets killed if it runs too long, too long being on the order of seconds).

Not sure what Apple would say if you wrote an interpreter for something else than JavaScript in JavaScript...