Lifetime tracking

Manu via Digitalmars-d digitalmars-d at puremagic.com
Sat Jun 4 06:34:03 PDT 2016


On 3 June 2016 at 10:40, Stefan Koch via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
> On Friday, 3 June 2016 at 00:31:31 UTC, Walter Bright wrote:
>
>> If they cover the cases that matter, it's good. Rust has the type system
>> annotations you want, but Rust has a reputation for being difficult to write
>> code for.
>
>
> I think we can incorporate typesafe borrowing without making it difficult to
> write.

I also haven't heard any reports from colleagues who have tried out
rust to a decent extent that borrow pointers are among the things that
make rust code hard to write.
'rust is hard' != 'borrowing is hard' .. also, I don't necessarily
think 'scope' would be identical to rust, it would be designed for D,
obviously.


More information about the Digitalmars-d mailing list