Skip to content
/ fp Public

some experimentation to bridge the gap between GO and FP languages, since its more fun doing FP

License

Notifications You must be signed in to change notification settings

sghaida/fp

Repository files navigation

Functional Go collections

CircleCI

this is my experiment to bridge the gap between Functional Programing languages (FP) and Go as it seems a good candidate for FP at the first glance so lets see how far this goes

Helpers commands

  1. download the dependencies

    make init

  2. run the tests

    make test

  3. generate test coverage badge

    gopherbadger -md="README.md"

  4. run test coverage and generate coverage report in html page

    make coverage

Usage

some basic HOWTO regarding the following functionality

Options

you can check Options Test Data and Options Test

Either

you can check Either Test Data and Either Test

Map

you can check Apply Test

About

some experimentation to bridge the gap between GO and FP languages, since its more fun doing FP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published