@ZILtoid1991 to Programmer [email protected] • 3 months agoIt's official, Rust is an anti C/C++ elitist slurimagemessage-square97arrow-up1410arrow-down131
arrow-up1379arrow-down1imageIt's official, Rust is an anti C/C++ elitist slur@ZILtoid1991 to Programmer [email protected] • 3 months agomessage-square97
minus-square@[email protected]linkfedilink45•3 months agoHey I’m both an annoying Rust user and I also don’t understand the borrow checker. I just put & and * in front of things until it works.
minus-squareEpheralinkfedilink14•3 months agoI found this tutorial pretty helpful for that: http://intorust.com/ You can presumably skip the first two chapters…
minus-square@[email protected]linkfedilink5•3 months agoSame. I keep thinking back to my time TAing for an intro programming course and getting students who just add random braces until their code compiles. That’s me right now with Rust pointers.
Hey I’m both an annoying Rust user and I also don’t understand the borrow checker. I just put & and * in front of things until it works.
I found this tutorial pretty helpful for that: http://intorust.com/
You can presumably skip the first two chapters…
Same. I keep thinking back to my time TAing for an intro programming course and getting students who just add random braces until their code compiles. That’s me right now with Rust pointers.