hfoffani / hypolambda

A very compact functional programming language for .NET.
Apache License 2.0
0 stars 0 forks source link

Add reduce operator #27

Open hfoffani opened 8 years ago

hfoffani commented 8 years ago

Might add fold-left first and implement reduce with it. But would require to reimplement chained lists, it would make sense otherwise.