Rant after trying Rust a bit

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Mon Aug 3 03:08:12 PDT 2015


On Sunday, 2 August 2015 at 21:17:10 UTC, Jonathan M Davis wrote:
> Where distinguishing between + and ~ would likely make a big 
> difference though is dynamic languages that aren't strict with 
> types and allow nonsense like "5" + 2.

Using '~' instead of '+' to concatenate strings is just a syntax 
and says nothing about type system.


More information about the Digitalmars-d mailing list