Y
Hacker News
new
|
ask
|
show
|
jobs
by
melvin
5826 days ago
Dynamically typed, no. Interpreted, yes.
1 comments
jmillikin
5826 days ago
JavaScript is typically implemented with a JIT compiler, just like Java or C#. Python, Ruby, and Lua use virtual machines (like Java used to be).
link
jonhohle
5826 days ago
That's why I've always maintained that Java is a scripting language ;)
link
catch23
5826 days ago
typically? JIT for javascript is only a semi-recent innovation. I'd say most javascript runtimes pre-2009 didn't have a JIT.
> (like Java used to be)
So Java doesn't run on a virtual machine anymore?
link