All Projects → asteris-llc → Gofpher

asteris-llc / Gofpher

Licence: apache-2.0
a collection of functional programming constructs for go

Programming Languages

go
31211 projects - #10 most used programming language

Gofpher GoDoc Go Report Card Build Status

Gofpher is a collection of FP-like utilities for go, useful for rapidly prototyping an application.

Key features:

  • Support for monads and monadic pipelines
  • Lazily evaluated lists
  • Either monads
  • A pipeline execution tool for easily assembling collections of monadic computations

Table of Contents

Usage

Most of the libraries here have some level of interdependence. In general all of the monadic constructs should implement monad.Monad and other tools may be written around the behavior of certain monads. See the tests for real-life examples of how to use some of these features.

License

Gofpher is licensed under the Apache 2.0 license. See LICENSE for full details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].