On 2/3/2014 3:13 PM, woh wrote:

  Any system that forces a single way of handling memory as the only viable
method, be it GC( as D currently does)

This is incorrect. You can use malloc/free in D, as well as write & use your own allocators, and even write your own ref counted types.

Reply via email to