/reader

Example of the Reader Pattern

Primary LanguageGo

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...