Y
Hacker News
new
|
ask
|
show
|
jobs
by
zerr
72 days ago
Didn't Apple restrict language interpreters on App Store?
1 comments
c0balt
72 days ago
They restricted JIT, interpreters are fine afaik. See also dart etc.
Edit: JIT is under a flag,
https://developer.apple.com/documentation/bundleresources/en...
link
zerr
71 days ago
So no JIT conversion to byte code either?
link
Edit: JIT is under a flag, https://developer.apple.com/documentation/bundleresources/en...