Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/al3rez/ramda
🦋Practical functional Go
https://github.com/al3rez/ramda
functional golang ramda
Last synced: 27 days ago
JSON representation
🦋Practical functional Go
- Host: GitHub
- URL: https://github.com/al3rez/ramda
- Owner: al3rez
- Created: 2018-04-13T15:25:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T05:39:16.000Z (over 6 years ago)
- Last Synced: 2024-06-19T04:21:08.197Z (5 months ago)
- Topics: functional, golang, ramda
- Language: Go
- Size: 15.6 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- 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