On 23 February 2015 at 07:47, Walter Bright via Digitalmars-d <[email protected]> wrote: > On 2/22/2015 8:36 AM, Manu via Digitalmars-d wrote: >> >> I have no idea where to start. > > > Start by making a ref counted type and see what the pain points are.
All my ref counting types fiddle with the ref in every assignment, or every function call and return. Unless the language has some sort of support for ref counting, I don't know how we can do anything about that.
