Skip to content

jonatan5524/gamda

Repository files navigation

gamda

Pratical functional programming library in go.

Building a Ramda.js like library in go

Go Reference Go Report Card

Disclaimer

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


Installation

To install Testify, use go get:

go get github.com/jonatan5524/gamda

Staying up to date

To update Testify to the latest version, use go get -u github.com/jonatan5524/gamda.


Contributing

Thanks for contributing!

make sure to read our contributing guidelines

Acknowledgements

This project is inspired by ramda library


License

This project is licensed under the terms of the MIT license.