Hacker News new | ask | show | jobs
by Dwedit 8 days ago
I don't think Javascript is still interpreted though?
3 comments

Let's just say it's open to interpretation.
It is necessarily interpreted. Specific functions or code blocks can be JIT compiled to native code, but not an entire script.
Sandboxed