dwyl / learn-rust

:bowtie: learn rust-lang to build systems.
GNU General Public License v2.0
11 stars 1 forks source link

Rust Makes You Feel Like a Genius #14

Open nelsonic opened 1 year ago

nelsonic commented 1 year ago

A 10-minute lightning talk explaining why I think Rust is the most loved language: https://youtu.be/0rJ94rbdteE image

Discussed at: https://www.reddit.com/r/rust/comments/uxmf83/lightning_talk_rust_makes_you_feel_like_a_genius/

nelsonic commented 1 year ago

This in a nutshell is why I moved away from writing JS(or TS for that matter): image

nelsonic commented 1 year ago

image

I've found it especially tedious to see so many warnings, e.g: https://github.com/dwyl/envar/issues/30 when updating the version of Elixir/OTP ... While in a way it's good to have these kinds of warnings to improve existing code. My issue is this: why was I allowed to make "mistakes" in Elixir in the first place? 🤷‍♂️ I get the feeling that "mistakes" are harder (if not impossible?) in Rust and that really appeals to me! 😍