Swift does away with pointers == pervasive ARC
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jun 17 16:11:31 PDT 2014
On 6/17/2014 2:47 PM, Joseph Rushton Wakeling via Digitalmars-d wrote:
> but I think to be honest the
> only real answer is: the other position you can take is to grab the compiler
> sources and implement the support that you want to see.
There's another way. Simply write the code that a hypothetical ARC would
generate, and then compile/test it.
More information about the Digitalmars-d
mailing list