Hacker News new | ask | show | jobs
by ksikka 4344 days ago
but how do you try out the python code - say in a REPL - in an iPhone app? wouldn't you need a computer anyway?
1 comments

In my app, you cannot try out the code. You can step through the execution to see how the program state changes, but that's based on a pre-generated trace of the program execution.

In Pythonista and 'Python for iOS' mentioned by ldayley you can execute the code you write. Don't know how they do it, though.