Re: Ownership and Borrowing in D

2019-07-17 Thread Walter Bright via Digitalmars-d-announce
On 7/17/2019 12:11 PM, Olivier FAURE wrote: On Tuesday, 16 July 2019 at 06:12:42 UTC, Walter Bright wrote: Now I just have to deliver the goods! Lately, I've been thinking about the possibility of an alternative ownership system for D, one that would be radically different from what you're

Re: Ownership and Borrowing in D

2019-07-17 Thread Olivier FAURE via Digitalmars-d-announce
On Tuesday, 16 July 2019 at 06:12:42 UTC, Walter Bright wrote: Now I just have to deliver the goods! Lately, I've been thinking about the possibility of an alternative ownership system for D, one that would be radically different from what you're considering, but still aim for the same

Re: Ownership and Borrowing in D

2019-07-17 Thread Olivier FAURE via Digitalmars-d-announce
On Monday, 15 July 2019 at 14:58:55 UTC, Mike Parker wrote: some folks asked for some information about the bigger picture. As one of the folks that asked for that information, thank you Walter for posting this :) The system described is a little rough around the edges, but it's really

Re: UPB D Summer School

2019-07-17 Thread Meta via Digitalmars-d-announce
On Wednesday, 17 July 2019 at 13:56:38 UTC, RazvanN wrote: Hello, Edi and myself are glad to announce that the first edition of the D Summer School that we organized for the students at the University Politehnica of Bucharest has just ended. We had 8 practical sessions and a hackathon,

Re: bolts meta programming library version 1.0.0 - including the from idiom

2019-07-17 Thread aliak via Digitalmars-d-announce
On Wednesday, 17 July 2019 at 16:29:34 UTC, victoroak wrote: On Monday, 15 July 2019 at 11:13:10 UTC, aliak wrote: I've been using a set of meta tools for a while now, so decided to release it as 1.0.0 with a few enhancements chucked on. [...] Looks nice. Though, I see it has some problems

Re: UPB D Summer School

2019-07-17 Thread Mike Franklin via Digitalmars-d-announce
On Wednesday, 17 July 2019 at 13:56:38 UTC, RazvanN wrote: We have encouraged the graduating students to participate to SAOC and also we are in discussions with some of them to initiate them into contributing to D. And we'd love to have them. "Well done!" to everyone involved. Mike

Re: UPB D Summer School

2019-07-17 Thread M.M. via Digitalmars-d-announce
On Wednesday, 17 July 2019 at 13:56:38 UTC, RazvanN wrote: Hello, Edi and myself are glad to announce that the first edition of the D Summer School that we organized for the students at the University Politehnica of Bucharest has just ended. [...] Really nice! I actually think that D

Re: bolts meta programming library version 1.0.0 - including the from idiom

2019-07-17 Thread victoroak via Digitalmars-d-announce
On Monday, 15 July 2019 at 11:13:10 UTC, aliak wrote: I've been using a set of meta tools for a while now, so decided to release it as 1.0.0 with a few enhancements chucked on. [...] Looks nice. Though, I see it has some problems that stuck me before. The traits isFunctionOver and

Re: cachetools v.0.1.1

2019-07-17 Thread ikod via Digitalmars-d-announce
Hello cachetools version 0.2.1 released Changelog: OrderedHashMap added to containers, copy constructors added to containers addIfMissed interface added to HashMap's What is it? cachetools - package with @safe and @nogc cache and hashtable implementations. It inherits nogc propery from

UPB D Summer School

2019-07-17 Thread RazvanN via Digitalmars-d-announce
Hello, Edi and myself are glad to announce that the first edition of the D Summer School that we organized for the students at the University Politehnica of Bucharest has just ended. We had 8 practical sessions and a hackathon, during which students had to work on their project a

Re: Ownership and Borrowing in D

2019-07-17 Thread Walter Bright via Digitalmars-d-announce
On 7/15/2019 7:58 AM, Mike Parker wrote: The blog: https://dlang.org/blog/2019/07/15/ownership-and-borrowing-in-d/ Reddit: https://www.reddit.com/r/programming/comments/cdifbu/ownership_and_borrowing_in_d/ Hacker News: https://news.ycombinator.com/item?id=20441519