borgo icon indicating copy to clipboard operation
borgo copied to clipboard

Monadic chaining of calls

Open cimtrae opened this issue 1 year ago • 0 comments

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()

cimtrae avatar May 16 '24 00:05 cimtrae