Hacker News new | ask | show | jobs
by WalterBright 486 days ago
D works just fine without using the GC. It can also work just fine with just the C standard library. It does not insist on it.

BTW, the GC makes the compile time function execution sweet and easy.