Re: Adventures in D Programming

2016-05-08 Thread Antonio Corbi via Digitalmars-d-announce
On Sunday, 8 May 2016 at 06:05:36 UTC, Iain Buclaw wrote: I was paged about a blog post from an old friend who floats around the circles in the Debian camp. The author, Matthias, should be no stranger around these forums, though I was surprised to discover that I know him on OFTC too (I wonde

Re: DConf video news

2016-05-08 Thread deadalnix via Digitalmars-d-announce
On Friday, 6 May 2016 at 14:35:02 UTC, Andrei Alexandrescu wrote: Hot off the press from the video producers: "just a heads-up! as a quick fix [a colleague] will add chapter markers in the ustream videos so that one can see who is talking when and directly jump to the talk in question! actually

Re: GSoC 2016 - Precise GC

2016-05-08 Thread deadalnix via Digitalmars-d-announce
On Friday, 6 May 2016 at 09:31:08 UTC, Steven Schveighoffer wrote: On 5/6/16 11:06 AM, Dmitry Olshansky wrote: On 06-May-2016 05:37, Jeremy DeHaan wrote: On Wednesday, 4 May 2016 at 12:42:30 UTC, jmh530 wrote: On Wednesday, 4 May 2016 at 02:50:08 UTC, Jeremy DeHaan wrote: I'm not sure, but o

Re: GSoC 2016 - Precise GC

2016-05-08 Thread Pham via Digitalmars-d-announce
On Friday, 6 May 2016 at 09:06:59 UTC, Dmitry Olshansky wrote: On 06-May-2016 05:37, Jeremy DeHaan wrote: On Wednesday, 4 May 2016 at 12:42:30 UTC, jmh530 wrote: On Wednesday, 4 May 2016 at 02:50:08 UTC, Jeremy DeHaan wrote: You can identify safe functions with https://dlang.org/phobos/std_tra

Re: Adventures in D Programming

2016-05-08 Thread qznc via Digitalmars-d-announce
On Sunday, 8 May 2016 at 06:05:36 UTC, Iain Buclaw wrote: http://blog.tenstral.net/2016/05/adventures-in-d-programming.html Thanks, I missed that post until now. "the documentation not matching the actual code is a bad experience for someone new to the language" I would interpret that as a

Re: Adventures in D Programming

2016-05-08 Thread Daniel Kozak via Digitalmars-d-announce
Dne 8.5.2016 v 19:19 qznc via Digitalmars-d-announce napsal(a): On Sunday, 8 May 2016 at 06:05:36 UTC, Iain Buclaw wrote: http://blog.tenstral.net/2016/05/adventures-in-d-programming.html Thanks, I missed that post until now. "the documentation not matching the actual code is a bad experien

Re: Adventures in D Programming

2016-05-08 Thread Daniel Kozak via Digitalmars-d-announce
Dne 8.5.2016 v 21:09 Daniel Kozak napsal(a): Dne 8.5.2016 v 19:19 qznc via Digitalmars-d-announce napsal(a): On Sunday, 8 May 2016 at 06:05:36 UTC, Iain Buclaw wrote: http://blog.tenstral.net/2016/05/adventures-in-d-programming.html Thanks, I missed that post until now. "the documentation

Re: Adventures in D Programming

2016-05-08 Thread Adam D. Ruppe via Digitalmars-d-announce
On Sunday, 8 May 2016 at 19:09:07 UTC, Daniel Kozak wrote: I remember that I have mentioned that once here, but I thing there was not big interest at it :( I'm doing it on dpldocs.info as soon as I leave the alpha period (which is finally coming soon).

Re: Adventures in D Programming

2016-05-08 Thread Daniel Kozak via Digitalmars-d-announce
Dne 8.5.2016 v 21:12 Adam D. Ruppe via Digitalmars-d-announce napsal(a): On Sunday, 8 May 2016 at 19:09:07 UTC, Daniel Kozak wrote: I remember that I have mentioned that once here, but I thing there was not big interest at it :( I'm doing it on dpldocs.info as soon as I leave the alpha period

Re: Adventures in D Programming

2016-05-08 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 5/8/16 8:19 PM, qznc wrote: On Sunday, 8 May 2016 at 06:05:36 UTC, Iain Buclaw wrote: http://blog.tenstral.net/2016/05/adventures-in-d-programming.html Thanks, I missed that post until now. "the documentation not matching the actual code is a bad experience for someone new to the language

Re: Adventures in D Programming

2016-05-08 Thread wobbles via Digitalmars-d-announce
On Sunday, 8 May 2016 at 19:12:17 UTC, Adam D. Ruppe wrote: On Sunday, 8 May 2016 at 19:09:07 UTC, Daniel Kozak wrote: I remember that I have mentioned that once here, but I thing there was not big interest at it :( I'm doing it on dpldocs.info as soon as I leave the alpha period (which is fi

Re: Adventures in D Programming

2016-05-08 Thread Peter Häggman via Digitalmars-d-announce
On Sunday, 8 May 2016 at 17:19:05 UTC, qznc wrote: On Sunday, 8 May 2016 at 06:05:36 UTC, Iain Buclaw wrote: http://blog.tenstral.net/2016/05/adventures-in-d-programming.html Thanks, I missed that post until now. "the documentation not matching the actual code is a bad experience for someon

Re: Adventures in D Programming

2016-05-08 Thread H. S. Teoh via Digitalmars-d-announce
On Sun, May 08, 2016 at 10:45:51PM +0300, Andrei Alexandrescu via Digitalmars-d-announce wrote: > On 5/8/16 8:19 PM, qznc wrote: > >On Sunday, 8 May 2016 at 06:05:36 UTC, Iain Buclaw wrote: > >>http://blog.tenstral.net/2016/05/adventures-in-d-programming.html > > > >Thanks, I missed that post unti

Re: C#7 features

2016-05-08 Thread Peter Häggman via Digitalmars-d-announce
On Friday, 6 May 2016 at 14:33:22 UTC, Andrei Alexandrescu wrote: Most of them are also present in D, yay. https://www.reddit.com/r/programming/comments/4i3h77/some_new_c7_features/ Added a comment: https://www.reddit.com/r/programming/comments/4i3h77/some_new_c7_features/d2v5lu6 Andrei Th

Re: GSoC 2016 - Precise GC

2016-05-08 Thread thedeemon via Digitalmars-d-announce
On Sunday, 8 May 2016 at 11:16:56 UTC, deadalnix wrote: Ones that have only pointers are probably OK too. Though I'm not sure if a precise scanner takes into account the type of the pointer. I would expect it to use embedded typeinfo in target block. -Steve Because of void* and classes, th