Hacker News new | ask | show | jobs
by cmjqol 2920 days ago
At first look I love how the language is designed.

Now I'm curious about the "embedded" part . Apple doesn't allow any VM or JIT to be embedded for iOS application. Either I'm missing something or else this tech is not compliant with Apple Security Guidelines.

2 comments

As far as I understand the bytecode is interpreted (not JITed to native instructions), which is afaik OK on iOS.
Apple, always promoting and inspiring new technologies!