Rant after trying Rust a bit

Tobias Müller via Digitalmars-d digitalmars-d at puremagic.com
Sat Jul 25 12:23:43 PDT 2015


Walter Bright <newshound2 at digitalmars.com> wrote: 
> They write it something like:
> 
>     void foo(hasPrefix t) {
>        t.prefix();
>        s = cast(hasSuffix)t;
>        if (s) bar(s);
>        else RuntimeError(message);
>     }

That's horrible!

Tobi


More information about the Digitalmars-d mailing list