April 18, 2014
A lot of comments in the "DIP60: @nogc attribute" thread about doing ARC in D are answered in this earlier thread:

http://forum.dlang.org/thread/l34lei$255v$1@digitalmars.com
April 19, 2014
On Friday, 18 April 2014 at 16:45:30 UTC, Walter Bright wrote:
> A lot of comments in the "DIP60: @nogc attribute" thread about doing ARC in D are answered in this earlier thread:
>
> http://forum.dlang.org/thread/l34lei$255v$1@digitalmars.com

Thank you.

I added this to the wiki so it can be easily referred to in the future instead of disappearing into the bowels of the forum: http://wiki.dlang.org/Language_design_discussions#Automatic_Reference_Counting_.28ARC.29_as_an_alternative_to_D.27s_Garbage_Collector

Everyone is welcome to help edit/summarize.

Mike