7 points

I think this is was a great read, since it shows a few important things

  • Coming to rust from C is not trivial, you are required to learn a few new concepts (or not really new, but implicit in most languages, formalized in rust).
  • When coming from C and you understand the basic concepts, it is easier to learn rust than from many other languages, since you understand what is going on under the hood. Dangling pointers, and use after free aso, are known concepts. C/C++ programmers don’t have to fear rust.
  • The rust book is a great source of information.
permalink
report
reply
3 points

Yeah, I think my issue was that I was trying to do this the “C” way and this doesn’t fit the Rust ownership model.

permalink
report
parent
reply
5 points

And you’ve pretty much made it over the tipping point into being a Rustacean when you embrace the fact that it is a good thing that Rust doesn’t let you do things the way you’re familiar with from other languages because those familiar ways were always the source of immense suffering without you even realizing it.

permalink
report
parent
reply

Rust

!rust@programming.dev

Create post

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits
  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

Community stats

  • 613

    Monthly active users

  • 776

    Posts

  • 3.3K

    Comments