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

For a release the lua code is surely translated into objective-c, so lua is 'just' used as a scripting language.
First of all, it couldn't possibly be illegal.

Second, apparently Apple now allow interpreters, just not JITs.