6 ms·
Most 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 f
by donny 14y ago
Most 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.
- jwarzech 14y agoI think that would a huge addition. Only thing is how could you handle execution of web apps (not just services)?
- donny 14y agoOh, I need to clarify. In my mind, it's like a shell, eg Python shell or Ruby shell. And execution here refers to the traditional execution of programs / scripts. I don't plan to become a PaaS like Heroku that handles web apps execution.
- andrewroycarter 14y agoApple's gotten more lax with that recently. Check out the app 'Python for iOS'!
- xal 14y agoYou may be able to do it through emsctipten versions of ruby and python which you can load in webkits JavaScript engine. http://repl.it http://repl.it works like that.