nimfp [](https://github.com/yglukhov/nimble-tag)

June 28, 2016 ยท View on GitHub

Build Status

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.