I guess the obvious thing otherwise would be iSSH to your own GNU/Linux box and Emacs
Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
11–20 of 75 posts
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#12Most probably after this, I'll add server side execution (since Apple doesn't allow execution of downloaded code on iPad) Thus, you can run Python, Ruby, etc from the iPad. Worqshop will transfer the code to server, execute, and bring the results back to the iPad. Seamlessly and transparently.
I think that would a huge addition. Only thing is how could you handle execution of web apps (not just services)?
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#13Most probably after this, I'll add server side execution (since Apple doesn't allow execution of downloaded code on iPad) Thus, you can run Python, Ruby, etc from the iPad. Worqshop will transfer the code to server, execute, and bring the results back to the iPad. Seamlessly and transparently.
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#14Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#15Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#16Is there a custom keyboard like with iSSH: http://www.zinger-soft.com/support_g_3.html The problem is that certain punctuation symbols (: . { }) are used often and they require a modal change to input them. I point to iSSH because the ability to reconfigure the keyboard makes it easy to type large blocks of code.
Hmm.. Not at the moment. I need to think about it. I'm a bit wary to add additional keys. On landscape, the text window becomes a bit too small to my liking. But. I'll think about it.
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#17Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#18Most probably after this, I'll add server side execution (since Apple doesn't allow execution of downloaded code on iPad) Thus, you can run Python, Ruby, etc from the iPad. Worqshop will transfer the code to server, execute, and bring the results back to the iPad. Seamlessly and transparently.
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#19Right now our world it text based. And efforts like this make that circumstance better IMO.
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#20On normal computers, the existence of a trackpad or mouse makes navigating code possible. But on the iPad, I see a huge need for the kind of editing that VIM (or Emacs) enabled where you don't need to move your fingers from the keyboard to navigate. Sadly, the only way to have that on the iPad, right now, is running VIM in iSSH (needs server connection) or the ported VIM which doesn't run correctly on my iPad 3.