iter.Seq in practice
non-contrived examples of how iter.Seq, iter.Seq2 and their iter.Pull allow for zero cost abstractions to make your life better
Feb 20, 20258 min read1.3K
Search for a command to run...
Series
Go is Not is a series about what Go is not.
There are plenty of articles about what Go is, and way more articles about Go about how to write other languages in Go syntax.
You get the idea.
non-contrived examples of how iter.Seq, iter.Seq2 and their iter.Pull allow for zero cost abstractions to make your life better
iter.Seq/iter.Seq2 is a very Monadish way of iterating of a sequence of data and I really like it.
Java mains keep posting “Patterns in Go” articles.