Hacker News new | ask | show | jobs
by CJefferson 5243 days ago
Has anyone found a pleasant way of doing off-line development of Javascript on the iPad?

I'd quite like to play with it on the train to and from work, but don't get internet. This might simply be a bad idea.

6 comments

Well..I don't know about iPad. But there's an App on the Android market called Terminal IDE that lets you do programming using Vim right inside your device. It even come bundled with Android SDK.

"Yo dawg, I heard you like to program Android. So I put an IDE in your Android so you can program Android while you're using Android!"

Why don't you write an offline Javascript app to do it? Use one of the javascript syntax highlighters for the editor, the localstorage api to save, eval() to run, etc.
Not JavaScript, but you can play with Lua in a really nice environment with Codea: http://twolivesleft.com/Codea/
There's an iPod/iPhone app called jsAnywhere that's free and I like it. You can create projects, have an HTML, CSS and JS file, and run it. Might not have an iPad version.
Vim is already available for the iPad. But I am not quite sure you are able to test your code on the browser.
I understand you can get Bochs for iOS, so maybe you could install a small distro inside that.