borgo
borgo copied to clipboard
Monadic chaining of calls
Is it possible to add iterators for slices so we can do pipeline like operations? a := [1,2,3,4] b := a | filter() | transform(f) | sum()