|
|
|
|
|
by dataflow
1224 days ago
|
|
You disable GC for the whole program? And what do you do when one of your dependencies relies on it? Just live with a memory leak? Bear in mind you're simply not going to convince anti-GC folks that you can have the "good aspects" of a GC without the bad ones, and they're the folks you're trying to market to. To many C++ programmers the only good GC is one that is absent. You can tell them they're wrong all you want, but regardless of who's right, it's always been a losing battle. |
|
You can also make it so it will compile but won't collect unless you ask it to explicitly.
We don't exclusively market to C++ developers. D replaced PHP and Java for quite a few D users.