Skip to content

Functional programming utilities inspired by clojure for golang.

License

Notifications You must be signed in to change notification settings

merrickluo/go-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages