Re: Found on Reddit: It's time for D to own up

2015-04-22 Thread Jacob Carlborg via Digitalmars-d-announce

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


Re: Found on Reddit: It's time for D to own up

2015-04-21 Thread Bill Baxter via Digitalmars-d-announce
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


Re: Found on Reddit: It's time for D to own up

2015-04-21 Thread Brad Anderson via Digitalmars-d-announce

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.


Re: Found on Reddit: It's time for D to own up

2015-04-21 Thread Bill Baxter via Digitalmars-d-announce
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