Pratical functional programming library in go.
Building a Ramda.js like library in go
I have stopped the work on this repository after researching the future of functional programming in Go and understanding that FP is not suited to the Go language. I am leaving this repo open for testing and keep playing with the generic feature in Go.
If anyone think otherwise or have an opinion on the subject you are more than welcome to comment on the discussion:
Discussion about the subject
To install Testify, use go get
:
go get github.com/jonatan5524/gamda
To update Testify to the latest version, use go get -u github.com/jonatan5524/gamda
.
Thanks for contributing!
make sure to read our contributing guidelines
This project is inspired by ramda library
This project is licensed under the terms of the MIT license.