|
|
|
|
|
by ferdterguson
3287 days ago
|
|
I feel like we are inching closer to being able to write code on iOS. Swift storyboards on the iPad kind of opened the door and I hope we can keep chipping away at this. The day I can run and write Python natively on iOS is the day I buy an iPad Pro. Right now there are some good ssh clients and I can write code from a terminal, but pros of the device are not worth that tradeoff right now IMO. |
|
Pythonista came out quite a long time ago now, and it's easy enough to write your own script to download and install projects from a git repository or elsewhere. Same for my app, Codea. What Apple has never allowed was an easy way for users to transfer / download / install code onto their device that was built into the app. If the user was willing to write (or copy and paste) someone else's code then Apple were kind of OK with it.
Both Pythonista and Codea have the ability to export Xcode projects for publishing on the store (though regardless of whether they have that feature, you were never prevented from writing and running code on your iPad).