|
|
|
|
|
by petre
1656 days ago
|
|
It's basically C++ done right. Much more easy to learn than C or C++ and be productive in it from day one. It won't become boring or annoying like Go, because the language is loaded with features and there's always something new to learn. It's garbage collected, so you don't need to worry too much abot allocating and freeing memory, but it's helpful to have an insight and understand how it works (there are articles about it on dlang.org). Of course, one could also disable it. Of course Go has many more good quality libraries for just about anything you could dream of, but D interfaces very well with existing C and C++ libraries. |
|