rvolosatovs / fungo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

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

License:Apache License 2.0


Languages

Language:Makefile 68.1%Language:Nix 31.9%