7 points | by todsacerdoti 12 hours ago ago
2 comments
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?
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?