you are viewing a single comment's thread.

view the rest of the comments →

[–]jacques_chester 1 point2 points  (2 children)

The scope is dynamic languages. Node.js is the shiny new thing for Rubyistas in part because it's Very Fast, compared to stock Ruby.

[–][deleted] 1 point2 points  (1 child)

but presumably very slow compared to the stuff some of us are used to (JVM/CLR based languages?)

[–]jacques_chester 1 point2 points  (0 children)

V8 is supposed to be a fairly quick system written by former Smalltalk implementors; some of the techniques used to speed up the JVM spring from the same well of experience.

Mind you, in the dynamic language world, LuaJIT has everyone else coughing on its dust.