graalvm-mobile

lvh 2021-07-13T13:39:21.269700Z

@lvh has joined the channel

borkdude 2021-07-13T15:19:13.269900Z

set the channel topic: https://github.com/phronmophobic/mobiletest

raspasov 2021-07-13T19:55:03.270700Z

@smith.adriane as finicky as Apple’s approval process is, I think a demo app should be OK in the App Store: https://developer.apple.com/support/downloads/terms/apple-developer-program/Apple-Developer-Program-License-Agreement-20210607-English.pdf

phronmophobic 2021-07-13T19:56:29.272300Z

I thought the issue would be allowing scripting

raspasov 2021-07-13T19:56:32.272400Z

Section 3.3.2; It explicitly allows interpreted code (as long as it doesn’t change the purpose of the app) and even executable code, if the app is a programming environment…

‼️ 1
phronmophobic 2021-07-13T19:57:20.273300Z

that would certainly be cool

raspasov 2021-07-13T19:58:14.274300Z

Mike Fikes has had a REPL app for a long time; The method you’re currently using would not be regarded as executable code, correct?

raspasov 2021-07-13T19:58:33.274800Z

It’s more like “scripting”, if I’m understanding fully.

phronmophobic 2021-07-13T19:59:23.275Z

yea

phronmophobic 2021-07-13T19:59:38.275200Z

do you have link to the repl app?

phronmophobic 2021-07-13T20:12:09.275500Z

there are some weird stipulations: > (i) no more than 80 percent of the Application’s viewing area or screen may be taken over with executable code, except as otherwise permitted in the Documentation,

raspasov 2021-07-13T20:23:29.275900Z

https://replete-repl.org

phronmophobic 2021-07-13T20:26:09.276100Z

neat!