|
|
|
|
|
by systems
1868 days ago
|
|
Well, D have a GC, and by design cannot have a GC with good performance, because of its complex mutable object system OCaml, can achieve good GC performance because its immutable by default D by design, will never outperform OCaml, at least this is my understanding That, and I think D's community is too small to fix the language, while it does have several brilliant members and developer, its just too small and underfunded So, you have two reason why D should not be an option
the first technical ( D will never have a good GC ) the second is more of a logistics issue, the community is just not there to support a language as complex and as ambitious as D and deliver on all its claims |
|
I'm not so sure considering Java probably has better GC performance than D/OCaml/Go and is completely mutable.