Rust vs Dlang

Rob T alanb at ucora.com
Sat Mar 16 23:25:14 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

I agree, only Rust seems to compete with D for the goal as being 
a real alternative to C/C++. Interesting read comparing the two.

If I may critique, the section concerning error handling, the 
comparison is not accurate. The D equivalent of what was shown in 
Rust needs to show how try-catch-finally, or scope(...), is used 
to perform the equivalent error handling.

--rt




More information about the Digitalmars-d-announce mailing list