/fungo

[WIP] Generic, lazy, concurrent Go2 collections, result, maybe wrappers and all kinds of sweet functional goodness to operate upon them

Primary LanguageMakefileApache License 2.0Apache-2.0

fungo

Generic, lazy, concurrent Go2 collections, result, maybe wrappers and all kinds of sweet functional goodness to operate upon them.

NOTE: This is largely undocumented and under development. For now it is just a PoC.

Usage

See collections/collections_test/collections_test.go2 for example usage.

Development

Run tests

make test

Run tests continously on each file change

nix-shell --command 'watch-test'