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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Functional programming library golang!