Hacker News new | past | comments | ask | show | jobs | submit login

Dynamically typed, no. Interpreted, yes.



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).


That's why I've always maintained that Java is a scripting language ;)


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?




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: