digitalmars.D - D async I/O library by Matt Jones
- Andrei Alexandrescu (4/4) Sep 10 2011 Just found this:
- Vladimir Panteleev (7/9) Sep 10 2011 D1/Tango. Surprising, D2's closures would be a boon for something like
- Masahiro Nakagawa (5/12) Sep 11 2011 I don't like Node.js approach. It causes callback hell ;(
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/diohelperD1/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: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...Just found this: https://launchpad.net/diohelperD1/Tango. Surprising, D2's closures would be a boon for something like this (and allow writing code in true NodeJS-like manner).
Sep 11 2011