Re: "Programming in D" is up-to-date

2017-05-13 Thread Mark via Digitalmars-d-announce
On Sunday, 14 May 2017 at 04:44:26 UTC, bluecat wrote: On Saturday, 13 May 2017 at 23:22:41 UTC, Ali Çehreli wrote: I've updated the book to 2.074.0. I've updated all paper and electronic versions at all publishers. However, I recommend that you wait a week or so before ordering (e.g. from Amaz

Re: "Programming in D" is up-to-date

2017-05-13 Thread bluecat via Digitalmars-d-announce
On Saturday, 13 May 2017 at 23:22:41 UTC, Ali Çehreli wrote: I've updated the book to 2.074.0. I've updated all paper and electronic versions at all publishers. However, I recommend that you wait a week or so before ordering (e.g. from Amazon) so that you get the latest version. (The copyright

"Programming in D" is up-to-date

2017-05-13 Thread Ali Çehreli via Digitalmars-d-announce
I've updated the book to 2.074.0. I've updated all paper and electronic versions at all publishers. However, I recommend that you wait a week or so before ordering (e.g. from Amazon) so that you get the latest version. (The copyright and Preface pages should say May 2017.) You can download the

Re: DCOnf 2017 videos online

2017-05-13 Thread Dmitry via Digitalmars-d-announce
https://wiki.dlang.org/Videos#Talks_and_presentations also added.

Re: Mir Algorithm v0.5.16: @safe ndslice; shortcuts; topology.pairwise instead of isSorted and isStrictlyMonotonic

2017-05-13 Thread 9il via Digitalmars-d-announce
https://github.com/libmir/mir-algorithm/releases/tag/v0.5.16

Mir Algorithm v0.5.16: @safe ndslice; shortcuts; topology.pairwise instead of isSorted and isStrictlyMonotonic

2017-05-13 Thread 9il via Digitalmars-d-announce
### Slice is safe now User-defined iterators must care about their safety except bounds checks. Bounds are checked in ndslice code. ### Deprecations - `tuple` was renamed to `refTuple` - `isSorted` and `isStrictlyMonotonic` are deprecated. Use `pairwise` and `all` instead. `[float.nan, 1