What are the prominent upsides of the D programming language?
JN
666total at wp.pl
Tue Sep 22 18:50:53 UTC 2020
On Monday, 21 September 2020 at 11:04:43 UTC, Imperatorn wrote:
> Top reasons to use D instead of for example Rust, Julia, Go etc
> :)
most of my upsides are compared to C++, but not all.
- good compatibility with C libraries and similarity to C/C++
code. You can copy paste C++ snippets to D and they work with
minor changes
- GC with value types
- compile time reflection
- well working package manager
- friendly, helpful community
- batteries included standard library (xml, json)
More information about the Digitalmars-d
mailing list