Reflections on Haskell and Rust

3 todsacerdoti 1 7/1/2025, 7:58:06 AM academy.fpblock.com ↗

Comments (1)

rnestler · 5h 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?