Top
Best
New

Posted by todsacerdoti 7 hours ago

Reflections on Haskell and Rust(academy.fpblock.com)
5 points | 1 comments
rnestler 6 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?