Comment on NodeOS: a "hacker-friendly operating" system written in Node.jsparentComments−bachback12ythat's a system call/protocol layer. node is used for some of the highest performance stuff in the world. try this: http://zeromq.org/bindings:node-jshttp://stackoverflow.com/questions/14429203/inter-child-proc...Also, syntax != V8 engine performance.−ryanthejuggler12yRight, but in a shell syntax <= my performance. If I'm typing something 5 times a day, I'd rather type "ls dir|grep README" than some extremely long string of JS. I'm talking about usability, not raw performance.
Comments
that's a system call/protocol layer. node is used for some of the highest performance stuff in the world. try this: http://zeromq.org/bindings:node-js
http://stackoverflow.com/questions/14429203/inter-child-proc...
Also, syntax != V8 engine performance.
Right, but in a shell syntax <= my performance. If I'm typing something 5 times a day, I'd rather type "ls dir|grep README" than some extremely long string of JS. I'm talking about usability, not raw performance.