The Downfall of Imperative Programming

Marco Leise Marco.Leise at gmx.de
Mon Apr 9 20:57:52 PDT 2012


Am Tue, 10 Apr 2012 12:50:32 +1200
schrieb James Miller <james at aatch.net>:

> Slightly OT: With the unstoppable march of parallel programming, does
> anybody else find node.js incredibly infuriating, since it is
> single-core.

Don't blame the library. EcmaScript was designed to be single-core. I imagine that web scripting language to be much more complex with multi-threading in user code. You are using the wrong tool for the job ;)

-- 
Marco



More information about the Digitalmars-d mailing list