GitXplorerGitXplorer
j

gamda

public
1 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
8c8b6cb3b1a0f7b542bda6befb13ed2c3bc124f4

Update README.md

jjonatan5524 committed 3 years ago
Unverified
a69083a222d3a4d38b4a4dda4502b879f3a9f1bf

refactor(slice): refactor generics types

jjonatan5524 committed 3 years ago
Verified
e7fab361aa6dba7bcd7d0831a3948e8e9d912e8d

Update README.md

jjonatan5524 committed 3 years ago
Unverified
152db6b58d98b5aed182b9191ad4b3c81c4efdb6

feat(function): Add Apply

jjonatan5524 committed 3 years ago
Unverified
0e863e23469a361684c4efb7a369cb3d1c7aa8b1

refactor(makefile): remove go test race

jjonatan5524 committed 3 years ago
Unverified
5c603699e47fb927086f6579f99e11893951bfb9

feat(slice): Add append function

jjonatan5524 committed 3 years ago

README

The README file for this repository.

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.