@abnv @haskman why is Rust listed as a functional programming language?
@kosmikus @abnv I like to call Rust an honorary functional programming language. Specifically because its strong static types, immutable variables by default, and tracked mutability, makes it familiar for Haskellers