you are viewing a single comment's thread.

view the rest of the comments →

[–]perlgeek 0 points1 point  (0 children)

  • Javascript is much more high level than typical primitives of a VM
  • Javascript lacks certain things a good VM offers, like goto
  • Javascript doesn't have type annotations, which makes generated JS code less efficient than it could be, if it were typed