https://github.com/thimc/functional-go
javascript-inspired functional programming functions in golang
https://github.com/thimc/functional-go
Last synced: 13 days ago
JSON representation
javascript-inspired functional programming functions in golang
- Host: GitHub
- URL: https://github.com/thimc/functional-go
- Owner: thimc
- License: wtfpl
- Created: 2023-08-30T16:12:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T16:20:55.000Z (almost 3 years ago)
- Last Synced: 2025-12-05T04:47:51.860Z (7 months ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Functional Go
This repo contains golang implementations of JavaScripts _functional
programming like_ functions:
`filter()`, `find()`, `forEach()`, `map()` and `reduce()`
Why you may ask? Well, _why not_?
In case you don't get the hint, do not use this.