Rant after trying Rust a bit

via Digitalmars-d digitalmars-d at puremagic.com
Thu Aug 6 04:21:13 PDT 2015


On Thursday, 6 August 2015 at 09:15:25 UTC, Idan Arye wrote:
> Having add("a", "b") return "ab" is not that weird. But 
> consider this: http://pastebin.com/R3csc5Pa
>
> I can't put it in dpaste because it doesn't allow threading, 
> but here is an example output:
>


This would just be an argument for having static typing through 
and through, or Rust traits…

If you wan't to address usability you have to look at what kind 
of problems people run into, not what they could construct if 
they tried really hard to create problems.


More information about the Digitalmars-d mailing list