Comment on Underscore.goComments−mediocregopher12yAs a shameless, related plug, here's a clojure-like seq library I wrote for go:https://github.com/mediocregopher/seqIt isn't quite as pretty as this one is, but it does support (thread-safe) lazy sequences.As someone who writes lots of go code, I don't think either of these are actually necessary, although they may be fun to use in some cases.
Comments
As a shameless, related plug, here's a clojure-like seq library I wrote for go:
https://github.com/mediocregopher/seq
It isn't quite as pretty as this one is, but it does support (thread-safe) lazy sequences.
As someone who writes lots of go code, I don't think either of these are actually necessary, although they may be fun to use in some cases.