Re: Adventures in D Programming

2016-05-13 Thread Laeeth Isharc via Digitalmars-d-announce
On Thursday, 12 May 2016 at 21:08:58 UTC, Matthias Klumpp wrote: To elaborate a bit more on the version incompatibilities thing: E.g. me as a new user reads about std.concurrency.Generator, wants to use it, and it turns out that the standard library doesn't contain it yet (in GDC). Same for

Re: Adventures in D Programming

2016-05-13 Thread Kagamin via Digitalmars-d-announce
On Thursday, 12 May 2016 at 22:01:04 UTC, David Nadlinger wrote: Are there any bug reports for this, by the way? Thanks! I believe, it was the atomicOp bug. You can see the link to discussion there.

Re: Adventures in D Programming

2016-05-12 Thread Daniel Kozak via Digitalmars-d-announce
Dne 12.5.2016 v 23:08 Matthias Klumpp via Digitalmars-d-announce napsal(a): First of all, that blogpost generated way more buzz than I expected - looks like D is highly interesting to people, which is great news :-) To elaborate a bit more on the version incompatibilities thing: E.g. me as a

Re: Adventures in D Programming

2016-05-12 Thread ag0aep6g via Digitalmars-d-announce
On 05/12/2016 11:08 PM, Matthias Klumpp wrote: Then, I want to use D-YAML, which depends on std.stream. But std.stream is completely deprecated, with no clear path for me to see to replace it. That's really bad, and it also means I can't compile my code with making the use of deprecated stuff

Re: Adventures in D Programming

2016-05-12 Thread Matthias Klumpp via Digitalmars-d-announce
On Monday, 9 May 2016 at 09:29:36 UTC, qznc wrote: On Sunday, 8 May 2016 at 22:22:08 UTC, Peter Häggman wrote: [...] You've quoted the wrong part of the paragraph. The real problem he encountered was not the doc, it was the phobos bugs in the older version shipped with GDC/LDC: "For GDC,

Re: Adventures in D Programming

2016-05-09 Thread qznc via Digitalmars-d-announce
On Sunday, 8 May 2016 at 22:22:08 UTC, Peter Häggman wrote: 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

Re: Adventures in D Programming

2016-05-09 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 5/9/16 1:33 AM, H. S. Teoh via Digitalmars-d-announce wrote: AFAICT, it shouldn't be super hard to do this. We're already building Phobos docs in phobos-prerelease/, and IIRC the dlang.org repo already downloads the last official release and installs it in phobos/. So it's just a matter of

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

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

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

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

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: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

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

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

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

Adventures in D Programming

2016-05-08 Thread Iain Buclaw via Digitalmars-d-announce
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 wonder if he knows this also). For those who have been