https://github.com/joshuaganter/go-functional
Iterative functions for functional programming in Go.
https://github.com/joshuaganter/go-functional
functional-programming go golang
Last synced: 7 months ago
JSON representation
Iterative functions for functional programming in Go.
- Host: GitHub
- URL: https://github.com/joshuaganter/go-functional
- Owner: JoshuaGanter
- License: mit
- Created: 2025-04-13T19:33:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-17T19:37:11.000Z (11 months ago)
- Last Synced: 2025-06-03T02:45:57.039Z (10 months ago)
- Topics: functional-programming, go, golang
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Functional programming with Go
This library contains functions to enable functional programming in Go. It
(currently) only consists of the iterative functions `Map()`, `Filter()` and
`Reduce()` - functionally equivalent on their JavaScript counterparts.
> :warning: This library was created as programming exercise, and is not
> intended for real-world usage.