I've been working on a library that allows folks to write code in a more functional-like manner. Most of the ideas are taken from Rust's `Option`, `Result` and `Iterator` packages so should looks familiar to Rustaceans.
You can do things like "find all even natural numbers":
You can do things like "find all even natural numbers":
I'm aware that this style is very divisive in the Go community :DEdit: formatting