What are the prominent upsides of the D programming language?
Arun
aruncxy at gmail.com
Mon Sep 21 21:28:52 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
> :)
My personal favourites to use D
1. Sane language (modules, dot operator, UFCS, etc niceties)
2. Uniform dot operator for member access - makes writing
algorithms seamless. No need to worry about pointer vs
reference/value. This is so underrated!!
3. Compile-time introspection for humans
4. Readable std lib
5. Truly multi-paradigm
6. Default thread local
More information about the Digitalmars-d
mailing list