merrickluo / go-dash

Functional programming utilities inspired by clojure for golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-dash

Go-dash provides functional programming utilities inspired by clojure core and core.async to golang, thanks to generic introduced in go 1.18.

Development

Before go 1.18 release, to Working with generic code.

go get -v golang.org/dl/gotip
gotip download
gotip get golang.org/x/tools/gopls@master golang.org/x/tools@master

Then run test:

# count=1 disables test cache
gotip test -v -count=1 ./...

About

Functional programming utilities inspired by clojure for golang.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%