This library aims to provide a set of data types and functions that make it easy and fun to write maintainable and testable code in Golang. Write many small, testable, and pure functions, i.e. functions that produce output only depending on their input and that do not execute side effects. Offer helpers to isolate side effects into lazily executed functions (IO). Expose a consistent set of compositions to create new functions from existing ones. For each data type, there exists a small set of composition functions. These functions are called the same across all data types, so you only have to learn a small number of function names. The semantic of functions of the same name is consistent across all data types.
Features
- Write many small, testable and pure functions, i.e. functions that produce output only depending on their input and that do not execute side effects
- Offer helpers to isolate side effects into lazily executed functions (IO)
- Documentation available
- Expose a consistent set of composition to create new functions from existing ones
- For each data type there exists a small set of composition functions
- The semantic of functions of the same name is consistent across all data types
Categories
LibrariesLicense
Apache License V2.0Follow Functional programming library golang
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Functional programming library golang!