Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monban/fp
Collection of functional programming constructs for Go
https://github.com/monban/fp
functional-programming go golang
Last synced: 30 days ago
JSON representation
Collection of functional programming constructs for Go
- Host: GitHub
- URL: https://github.com/monban/fp
- Owner: monban
- License: mit
- Created: 2022-10-02T02:29:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T15:51:31.000Z (about 2 years ago)
- Last Synced: 2024-06-20T00:45:26.259Z (5 months ago)
- Topics: functional-programming, go, golang
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fp
Collection of functional programming constructs for Go[![License MIT][License-Image]][License-Url]
[![Go version][Go-Version-Image]](https://golang.org)
[![GoDoc][GoDoc-Image]][GoDoc-Url]
[![Go Report Card][ReportCard-Image]][ReportCard-Url][License-Url]: https://raw.githubusercontent.com/monban/fp/main/LICENSE
[License-Image]: https://img.shields.io/github/license/monban/fp?style=for-the-badge
[Go-Version-Image]: https://img.shields.io/github/go-mod/go-version/monban/fp.svg?style=for-the-badge
[GoDoc-Url]: https://pkg.go.dev/github.com/monban/fp
[GoDoc-Image]: https://img.shields.io/badge/GoDoc-Reference-blue.svg?style=for-the-badge
[ReportCard-Url]: https://goreportcard.com/report/github.com/monban/fp
[ReportCard-Image]: https://goreportcard.com/badge/github.com/monban/fp?style=for-the-badge