An open API service indexing awesome lists of open source software.

https://github.com/rvolosatovs/fungo

[WIP] Generic, lazy, concurrent Go2 collections, result, maybe wrappers and all kinds of sweet functional goodness to operate upon them
https://github.com/rvolosatovs/fungo

functional-programming generics go2 go2go golang lazy

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```sh
make test
```

## Run tests continously on each file change
```sh
nix-shell --command 'watch-test'
```