Rust for Haskell Developers
We love Haskell, but we also love learning new languages. In this article, we want to show how to use your Haskell knowledge to write Rust code. We’ll go through the concepts familiar to most Haskell developers, present a few gotchas, and cover these questions: To what extent is FP possible in Rust? (On the scale from Java streams to doing Lambda Calculus on paper.) Which Haskell concepts map well to Rust, and which don’t? Are there monads […]