Skip to content

a collection of functional programming constructs for go

License

Notifications You must be signed in to change notification settings

asteris-llc/gofpher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a collection of functional programming constructs for go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published