Real World usage of D, Today (was Re: challenge #2: implement the varargs_reduce metafunction)
Lionello Lunesu
lionello at lunesu.remove.com
Tue Jan 23 23:13:04 PST 2007
"kris" <foo at bar.com> wrote in message
news:ep6c92$2ti3$1 at digitaldaemon.com...
> Like, for instance, an updated GC? When did that ever top the list of
> real-world issues for D?
I'm often running into problems with the (old!) GC, and the only fix is to
manage memory manually here-n-there, until you end up with some mixed GC,
malloc/free frankenstein code. I surely hope the new GC will solve my
problems :)
L.
More information about the Digitalmars-d
mailing list