Thread overview
Found on Reddit: It's time for D to own up
Apr 21, 2015
Ali Çehreli
Apr 21, 2015
Bill Baxter
Apr 21, 2015
Brad Anderson
Apr 22, 2015
Bill Baxter
Apr 22, 2015
Jacob Carlborg
April 21, 2015
http://www.reddit.com/r/programming/comments/33dccx/its_time_for_d_to_own_up/

Ali
April 21, 2015
Anyone mentioned Automatic Reference Counting yet? Works pretty well for
ObjC from what I've seen.
On Apr 21, 2015 11:27 AM, "Ali Çehreli" <
digitalmars-d-announce@puremagic.com> wrote:

>
>
> http://www.reddit.com/r/programming/comments/33dccx/its_time_for_d_to_own_up/
>
> Ali
>


April 21, 2015
On Tuesday, 21 April 2015 at 22:41:38 UTC, Bill Baxter wrote:
> Anyone mentioned Automatic Reference Counting yet? Works pretty well for
> ObjC from what I've seen.

Here on the forums? Quite a bit. The designer of ObjC's ARC even stopped in to clarify a few points about how it works in ObjC.
April 22, 2015
On Tue, Apr 21, 2015 at 3:50 PM, Brad Anderson via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote:

> On Tuesday, 21 April 2015 at 22:41:38 UTC, Bill Baxter wrote:
>
>> Anyone mentioned Automatic Reference Counting yet? Works pretty well for ObjC from what I've seen.
>>
>
> Here on the forums? Quite a bit. The designer of ObjC's ARC even stopped in to clarify a few points about how it works in ObjC.
>

Glad it's on the radar.  I hear lots of grousing about GC issues and things
like this article saying shared_ptr is where it's at, but not as much about
ARC as a solution.
I'm no expert on it, but it seems if one is going to be discussing memory
management at large, ARC should be part of the discussion.

--bb


April 22, 2015
On 2015-04-22 00:18, Bill Baxter via Digitalmars-d-announce wrote:
> Anyone mentioned Automatic Reference Counting yet? Works pretty well for
> ObjC from what I've seen.

This is basically ARC: http://wiki.dlang.org/DIP74

-- 
/Jacob Carlborg