dairaga / gs

GS imitates Scala monadic functions with go generic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoScala (gs)

GoScala (gs) imitates Scala Either, Try, Option, Sequence (slice), Map (map), and provides monadic functions.
Go 1.18 does not support type parameters in method, and will support in Go 1.19.
Therefore, some methods are implemented in function, and will release a new version according go 1.19 pre-release in 2022 later.

About

GS imitates Scala monadic functions with go generic.

License:MIT License


Languages

Language:Go 99.1%Language:Makefile 0.9%