Hi Steven, Yes, I have now understood that.
Is there a guidelines/best practices page somewhere that describes how should a good library be coded for acceptance into the standard library: patterns and conventions, etc ? I am very new to D, but from the mails I have read on this list so far, I have learnt that all the devs here prefer that a library API should preferably take power of D ranges, slices and generics. But what about other things ? Thanks, Tarun On Mon, Feb 28, 2011 at 6:19 PM, Steven Schveighoffer <[email protected]> wrote: > On Sun, 27 Feb 2011 13:53:05 -0500, Tarun Ramakrishna <[email protected]> > wrote: > >> Is there anything in the standard library to do named pipes IPC in >> both windows and linux ? I am not necessarily looking for a unified >> API, anything that will allow me to setup named pipes on either OS and >> read/write on them will do. > > Any C functions (including system calls) are available. You are free to > write your own API, and maybe it will be included in Phobos! > > -Steve >
