May 10, 2014
Rust is quite seductive (own point of view of course) in its "traits" system. They've found the right median line between OOP and TMP. I mean it's a realy nice concept.


May 10, 2014
Le 10/05/2014 11:35, Douglas Peterson a écrit :
> Rust is quite seductive (own point of view of course) in its "traits"
> system. They've found the right median line between OOP and TMP. I mean
> it's a realy nice concept.
>
>
Have you a direct link about traits? Cause I am almost unable to see their tutorials (infinite loading time).
May 10, 2014
>>> It increases the complexity to reason about code.
>>>
>>
>> No, that's wrong.
>
> Why it is wrong?
>

Because it is much harder to reason about the same things without type system support.
May 10, 2014
On Saturday, 10 May 2014 at 11:43:29 UTC, Xavier Bigand wrote:
> Le 10/05/2014 11:35, Douglas Peterson a écrit :
>> Rust is quite seductive (own point of view of course) in its "traits"
>> system. They've found the right median line between OOP and TMP. I mean
>> it's a realy nice concept.
>>
>>
> Have you a direct link about traits? Cause I am almost unable to see their tutorials (infinite loading time).

http://static.rust-lang.org/doc/master/rust.html#traits
1 2
Next ›   Last »