Spotted on twitter: Rust user enthusiastically blogs about moving to D
qznc via Digitalmars-d
digitalmars-d at puremagic.com
Tue Mar 7 01:54:36 PST 2017
On Tuesday, 7 March 2017 at 03:04:05 UTC, Joakim wrote:
> https://z0ltan.wordpress.com/2017/02/21/goodbye-rust-and-hello-d/
"A much much safer language than C++ while being much more
programmer-friendly than Rust."
Nice quote. :)
I somewhat wonder about "Arrays (arguably the most important data
structure) are actually sane, consistent, and very much logically
intuitive in D unlike the mess that’s C (and C++)." At some
points, people get bitten by the determinism issue [0]. Probably,
z0ltan was lucky so far. Nevertheless, arrays/slices are the way
they are for good reasons.
[0] https://dlang.org/d-array-article.html
More information about the Digitalmars-d
mailing list