|
|
|
|
|
by elephant_talk
2148 days ago
|
|
Great comparison, but I’m sad that D lost out in the popularity wars. Talk about a versatile workhorse that is appropriate for 90% of (non-GUI) tasks. D is a valid competitor of Rust, that just happens to smash Go in the process. All the ergonomics of a high level language like c#, decent (toggleable) garbage collector, the ability to write all your scripts in it... the list goes on. It lacks options in the editor and tooling department (although VS Code support is great), but that comes with community size. |
|
Other things it has over go:
Generics, inline assembly, kernel threads, and great interopt with C/C++.