digitalmars.D - D async I/O library by Matt Jones
- Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> Sep 10 2011
- "Vladimir Panteleev" <vladimir thecybershadow.net> Sep 10 2011
- "Masahiro Nakagawa" <repeatedly gmail.com> Sep 11 2011
Just found this: https://launchpad.net/diohelper Is he hanging out here? Andrei
Sep 10 2011
On Sat, 10 Sep 2011 20:23:44 +0300, Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> wrote:Just found this: https://launchpad.net/diohelper
D1/Tango. Surprising, D2's closures would be a boon for something like this (and allow writing code in true NodeJS-like manner). -- Best regards, Vladimir mailto:vladimir thecybershadow.net
Sep 10 2011
On Sun, 11 Sep 2011 09:37:28 +0900, Vladimir Panteleev <vladimir thecybershadow.net> wrote:On Sat, 10 Sep 2011 20:23:44 +0300, Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> wrote:Just found this: https://launchpad.net/diohelper
D1/Tango. Surprising, D2's closures would be a boon for something like this (and allow writing code in true NodeJS-like manner).
I don't like Node.js approach. It causes callback hell ;( I like Haskell's IO. But, we need smart IO manager if implement such IO. Unfortunately, it is very difficult...
Sep 11 2011









"Vladimir Panteleev" <vladimir thecybershadow.net> 