Awesome
nimfp
Nim functional programming library. Includes:
- Option type src/fp/option.nim
- List type src/fp/list.nim
- Either type src/fp/either.nim
- Map type src/fp/map.nim
- Stream type src/fp/stream.nim
- Scala like for comprehension and Haskell like do notation support src/fp/forcomp.nim
While there is no documentation, you can see examples in the tests/fp directory.