DEV Community

Discussion on: Twenty years of web development, a change is coming!

Collapse
 
aaroncemery profile image
aaron

What timing! Literally just this weekend I was feeling the EXACT same way and started digging into rust. So far it’s nice to be writing something more strongly typed.

Collapse
 
fasani profile image
Michael Fasani

I enjoyed Rust so far. I like the borrowing and the specifying mutable values before being able to change them. Also cargo and the compile errors are pretty cool.