Viewing a single comment thread. View all comments

Fossidarity OP wrote

I've started learning Rust about a year ago, it's my favorite language now. Really love everything about it.

3

surreal wrote

it's so much easier for people with systems background, i still struggle with stuff like when to dereference and the static typing.

3

Fossidarity OP wrote

I do understand that, the thing I struggled the most with was the borrowing system and lifetimes.

The compiler gives good errors and warnings though so all in my experience I didn't get stuck on something for too long (in contrast to C++).

3