On Tuesday, 25 December 2012 at 14:48:48 UTC, Sven Over wrote:
Phobos does rely on the GC to some extent. Most algorithms and ranges do not though.

Running (library) code that was written with GC in mind and turning GC off doesn't sound ideal.

It isn't if you care about memory leaks. And also bare in mind that some language constructs also relies on the GC, like some dynamic arrays operations (concatenation and appending for example). Right now is pretty hard to write D code that doesn't really use the GC at all.

Reply via email to