nimfp
Nim functional programming library
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install nimfp
choosenim install nimfp
git clone https://github.com/vegansk/nimfp
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| nimfp | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/vegansk/nimfp |
|---|---|
| Homepage | https://github.com/vegansk/nimfp |
| Registry Source | nimble_official |
README
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.