xav@programming.devtoMusic@lemmy.world•Careless Whisper on One Guitar (Alex Misko)English
3·
4 months agoI see, thanks !
I see, thanks !
I dont play guitar so I have to ask: why does he constantly tweak the knobs ?
Regardless of the very subject of the post, linear types and do.. final
constructs would be a welcomed addition.
Warning: in the first case “value” is actually a shared reference, not a value.
You could argue that C++'s new is Rust’s Box::new, and delete is replaced by RAII. Same concepts but way better ergonomy.
I find it’s a mix between ML languages and C++, and knowing one of them would help yes. If you’re tired if chasing a wild pointer because of a subtle use-after-free in a multithreaded monster under gdb, you’ll love #rust.
That’s a hell of a comment !
Nice writeup. I was surprised by the lack of performance of the Bevy solution, especially the fact that it didn’t scale. In fact I was a bit saddened Bevy has no existing way it doing fast whole-objects collision detection.