0
What you do think about D, also known as Dlang?
Do you have any experience and should I learn it next?
1 Odpowiedź
+ 3
D is certainly a interesting language. It is similar to C++ but simpler and more safe. However in recent years new languages with similar or even better safety features have been developed that are already much more popular than D: If you want to have a systems programming language that's as fast as C/C++ you can use Rust and if you're willing to pay the runtime cost for a garbage collector you can use Go (btw. D has a garbage collector, too).