On 01/08/2013 03:43 PM, ixid wrote:
Just speaking as a bystander but I believe it is becoming apparent that a good guide to using D without the GC is required.
I'd second that. I've tried on a couple of occasions to use D with a minimal-to-no GC approach (e.g. using std.container.Array in place of builtin arrays, etc.) and ran into difficulties. It would be very useful to have a carefully written guide or tutorial on GC-less D.
