Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 459 Bytes

File metadata and controls

17 lines (10 loc) · 459 Bytes

Does Go Really Need Monads?

I'm not sure... Maybe...

Anyway, here's a home-grown example of using a ReaderMonad like pattern in Go.

Haskellers don't shoot me... I'm not an expert.
Golang'ers, don't shoot me... I know Go probably doesn't need the M Word...

Please do suggest fixes/improvements

This Repo acts as a POC of the Reader Monad Pattern, and showcases how it may be used in the wild.

just run make run

comments, suggestions, welcome...