DEV Community

Discussion on: Why is functional programming gaining popularity?

Collapse
 
dubyabrian profile image
W. Brian Gourlie

What's with all the unnecessary Rust hate? Rust borrows a lot from FP (algebraic data types, pattern matching, closures) while solving a novel problem (memory safety without a garbage collector).

The "hype" around Rust is completely warranted.