https://github.com/al3rez/ramda
🦋Practical functional Go
https://github.com/al3rez/ramda
functional golang ramda
Last synced: 7 months ago
JSON representation
🦋Practical functional Go
- Host: GitHub
- URL: https://github.com/al3rez/ramda
- Owner: al3rez
- Created: 2018-04-13T15:25:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T05:39:16.000Z (about 8 years ago)
- Last Synced: 2025-10-17T00:03:23.039Z (8 months ago)
- Topics: functional, golang, ramda
- Language: Go
- Size: 15.6 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ramda-go
An implemenation of ramda library for Go programmers.
# Installation
```
$ go get github.com/azbshiri/ramda
```
# Doc
https://godoc.org/github.com/azbshiri/ramda
# TODO
[ ] Add exmaples in comments
[ ] Implement all functions in Ramda.js