www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - D async I/O library by Matt Jones

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
Just found this:

https://launchpad.net/diohelper

Is he hanging out here?


Andrei
Sep 10 2011
parent reply "Vladimir Panteleev" <vladimir thecybershadow.net> writes:
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
parent "Masahiro Nakagawa" <repeatedly gmail.com> writes:
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