Reference counting with fat pointers

via Digitalmars-d digitalmars-d at puremagic.com
Sat Jul 26 06:25:02 PDT 2014


On Saturday, 26 July 2014 at 12:43:28 UTC, Kagamin wrote:
> On Saturday, 26 July 2014 at 10:49:25 UTC, Marc Schütz wrote:
>> See also my writeup on borrowing, will add more examples there:
>> http://wiki.dlang.org/User:Schuetzm/scope
>
> Hmm, if you got strict scoping work, that will be interesting.

Well, I'm pretty convinced it is possible, and it isn't even too 
complex, i.e. it doesn't need flow analysis. I'm just not in a 
position to implement it. But at least I can try to make a DIP. 
Walter seems not too opposed to it, he recently mentioned `scope` 
as one of the open tasks that need to be solved.


More information about the Digitalmars-d mailing list