Y
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
dkarl
5488 days ago
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.
link
technomancy
5488 days ago
Emacs Lisp is also typically byte-compiled.
link
mahmud
5488 days ago
JIT != byte compilation.
link