DEV Community

Discussion on: Why Rust is a great language to learn

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop

One thing I forgot to mention is the functional-style programming that Rust seems to have. You can do FP in Rust, but you can also use imperative programming with side-effects when FP is not possible.