Y
Hacker News
new
|
ask
|
show
|
jobs
by
cmwelsh
4960 days ago
Is this actually legal on iOS? I thought the App Store banned Lua code from being retrieved and executed on demand over the Internet.
2 comments
stripe
4960 days ago
For a release the lua code is surely translated into objective-c, so lua is 'just' used as a scripting language.
link
lucian1900
4960 days ago
First of all, it couldn't possibly be illegal.
Second, apparently Apple now allow interpreters, just not JITs.
link