21:57 < dook> You seem to be new to node, is that right?
21:57 < skidz> good to know... yes.. very
21:57 < skidz> but familar with JS but mostly a C# programmer
21:58 < dook> Ok so the basic premise is that to make Chrome run javascript fast, they made a JS->C++ compiler called V8
21:58 < dook> It makes JS compile into very fast, efficient code.