Reflections on Haskell and Rust

(academy.fpblock.com)

7 points | by todsacerdoti 12 hours ago ago

2 comments

  • rnestler 12 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?

  • 8 hours ago
    [deleted]