Re: I wrote a little socket tutorial

2019-11-15 Thread Adam D. Ruppe via Digitalmars-d-announce
On Friday, 15 November 2019 at 21:07:45 UTC, JN wrote: Such code snippets are amazing for starting out. Too many libraries just throw the API documentation at you and figure out how to set up things. Aye. That's why my doc gen actually has hidden secret features to make *complete* examples

Re: I wrote a little socket tutorial

2019-11-15 Thread JN via Digitalmars-d-announce
On Friday, 15 November 2019 at 20:01:01 UTC, Adam D. Ruppe wrote: On Friday, 15 November 2019 at 19:40:51 UTC, JN wrote: I used this to get started back in the day: http://arsdnet.net/dcode/book/chapter_02/03/ yeah, that's one of the samples from my "D Cookbook" and I wrote this new thing

Re: I wrote a little socket tutorial

2019-11-15 Thread Adam D. Ruppe via Digitalmars-d-announce
On Friday, 15 November 2019 at 19:40:51 UTC, JN wrote: I used this to get started back in the day: http://arsdnet.net/dcode/book/chapter_02/03/ yeah, that's one of the samples from my "D Cookbook" and I wrote this new thing primarily to expand upon the text there from the book (which was

Re: I wrote a little socket tutorial

2019-11-15 Thread JN via Digitalmars-d-announce
On Friday, 15 November 2019 at 18:41:02 UTC, bauss wrote: On Tuesday, 12 November 2019 at 18:03:44 UTC, Adam D. Ruppe wrote: A lot of people ask me how to use sockets in Phobos, so I wrote it up with a few samples. Not every detail you could ever need, but I tried to be reasonably

Re: I wrote a little socket tutorial

2019-11-15 Thread bauss via Digitalmars-d-announce
On Tuesday, 12 November 2019 at 18:03:44 UTC, Adam D. Ruppe wrote: A lot of people ask me how to use sockets in Phobos, so I wrote it up with a few samples. Not every detail you could ever need, but I tried to be reasonably comprehensive for new users.

Re: dud: A dub replacement

2019-11-15 Thread FeepingCreature via Digitalmars-d-announce
On Monday, 11 November 2019 at 13:44:28 UTC, Robert Schadek wrote: Now that dud can parse dub files, the next step will be a semantic phase, checking the input for errors. After that, path expansion and dependency resolution. PR's are always welcome. Destroy! [1]