Executing Julia on iOS?

I am not asking about programming Julia on iOS, but I am asking about executing Julia programs on iOS.

I have written several Julia programs that retrieve online information, do calculations and produce reports. The programs run fine on my laptop. However, it would be very nice if I can have the programs run on my iPhone or iPad, so I can take them anywhere with me.

Is it possible to wrap a Julia program inside an iOS app to do this?

The easiest way to do it is to run the programs in the cloud, e.g. with mybinder.org or some similar server. Then you can run them anywhere you have a web browser.

1 Like

Get an Android phone. :iphone:

2 Likes