Ibis Hotel Back Room

2017-05-03 Thread Mike Parker via Digitalmars-d-announce
If you come into the Ibis, we are all kicked out of the lobby for being too loud. Just ho through the lobby to the back and you'll find us.

Re: Blog post on automem

2017-05-03 Thread ANtlord via Digitalmars-d-announce
On Friday, 28 April 2017 at 14:40:03 UTC, Mike Parker wrote: Atila was kind enough to do a write up on his automem library for the D Blog, talking about why he did it and showing some of the implementation details. This is officially part of the GC series. The next post in the series will be

Re: Blog post on automem

2017-05-03 Thread ag0aep6g via Digitalmars-d-announce
On 05/03/2017 01:05 PM, ANtlord wrote: As far as I know a delegate depends on GC. Closures depend on the GC. Not all delegates involve closures. For example, you don't need the GC to make a delegate of a method: struct S { int x = 0; void m() @nogc { x = 1; } } void main()

Re: Blog post on automem

2017-05-03 Thread ANtlord via Digitalmars-d-announce
On Friday, 28 April 2017 at 14:40:03 UTC, Mike Parker wrote: When I publish the next one, I'll add a page to the blog with each post in the series linked under two categories: 'GC Fundamentals' and 'Memory Management Strategies'. Atila's post sits squarely in the latter. If you have a

D IDE Coedit - released version 3 update 1

2017-05-03 Thread Basile B. via Digitalmars-d-announce
Hello, The latest major release does not contain any critical issue known at this day so this is a minor update that brings a few improvements mostly related to the edition: DDOC and completion (including an automatic mode, as suggested many times after latest release). - Changelog and