Iterators and Streams in Rust and Haskell

Both Rust and Haskell have their own approaches for modeling streaming data. But what does it look like when we try to share these approaches between languages? Read more

Similar

Learning Rust the Open Source Way

A few months ago I started learning Rust, and in the process I ended up contributing to an open source project for the first time. It turned out to be a great vehicle for learning Rust, so in this post I’d like to go over what I did and why... (more…)

Read more »