Flutterby™! : Further Rust learning got to the point

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

Further Rust learning got to the point

2024-12-27 18:15:02.416199+01 by Dan Lyke 2 comments

Further Rust learning, got to the point where I'm realizing my data structures need to be circular, and I'm learning about Rc, and... wow I hope the payoff for this is good.

[ related topics: Education Model Building ]

comments in ascending chronological order (reverse):

#Comment Re: Further Rust learning got to the point made: 2024-12-27 00:35:44.061384+01 by: spc476

Ownership in such a data structure is difficult for Rust to prove, so hope you learn to love having unsafe all over your code.

#Comment Re: Further Rust learning got to the point made: 2024-12-28 02:03:12.869167+01 by: Dan Lyke

I'm losing faith in this language. It's beginning to feel a lot like those experiments where someone says "I have this fantastic new way to represent the data...", and then, time after time, there are little tweaks because that fantastic new way sucks, and eventually you're back to the old way, but with a lot of bullshit to sort through.