Reflections on Haskell and Rust

7 pointsposted 11 hours ago
by todsacerdoti

2 Comments

rnestler

11 hours ago

The article shows neatly how Rust is inspired by functional programming languages, but polished the concepts by learning from their mistakes.

In the "Purity and Referential Transparency" section I'd have expected some comparison with `const fn` in Rust. Aren't `const fn` in Rust pure?

user

7 hours ago

[deleted]