I am currently enrolled in a class CSE 262: Programming Languages. We’re just starting to learn Rust, and I am impressed with the capabilities of this language.
I can’t tell you how helpful the complier is but I’ll show an example

If I got things like this in Java or C, I’d love their language so much more too.
The complier in that aspect isn’t the only thing. Rust’s complier prevents segfaults and not having to deal with that has been great. Note that my code so far as been basic, but I’m sure I would’ve been able to compile to some degree with the Rust code I have in C.
Next time, I’ll be learning… by the end of tomorrow.
- Section1 – Variables
- Section2 – Strings
- Section3 – Primitive Types
- Section4 – Control
- Section5 – Functions
- Section6 – Structs
- Section7 – Move Semantics


Leave a comment