r4cppp icon indicating copy to clipboard operation
r4cppp copied to clipboard

I think this tutorial could be improved.

Open jhimes144 opened this issue 1 year ago • 1 comments

This tutorial goes directly into language syntax and entirely skips things like how Rust passes and stores data. Maybe these things are mentioned later on but I lost interest immediately. The first things I want to know, as a senior dev, is how Rust passes by-value by default, move semantics, when data is stored on stack vs heap, ect. Followed by, how it manages memory and how it differs from c++. Basically, an overview on how the languages are different on a philosophical and fundamental level.

jhimes144 avatar Nov 29 '24 07:11 jhimes144

I expected something like Swift for C++ Practitioners, just for Rust. I was disappointed.

purpleKarrot avatar Jul 22 '25 20:07 purpleKarrot