Hacker News new | ask | show | jobs
by _cbsz 5488 days ago
node.js isn't interpreted; it uses V8, which is a JIT.
2 comments

No matter how the underlying implementation works, programming in neither Emacs Lisp nor Javascript could be described as "sticking close to machine code the whole time," as the original comment stated.
Emacs Lisp is also typically byte-compiled.
JIT != byte compilation.