Rust vs Dlang
Don
turnyourkidsintocash at nospam.com
Mon Mar 18 04:51:03 PDT 2013
On Saturday, 16 March 2013 at 14:42:58 UTC, Suliman wrote:
> Hi folks! I had wrote small article about Rust vs D. I hope
> that you will like it!
>
> http://versusit.org/rust-vs-d
Your first Rust example has "100.times" instead of "10.times".
Is factorial really a built-in Rust function?? If so, the text
should say so.
Might perhaps be worth noting that thread-local variables are
built-in in D, so that D's support for threads is not entirely
library-based.
The core language is aware of threads, but thread creation etc is
library based.
More information about the Digitalmars-d-announce
mailing list