An open API service indexing awesome lists of open source software.

https://github.com/dadhi/sharpio

Effect values for C# with examples, inspired by Haskell Free Monad and Scalaz ZIO
https://github.com/dadhi/sharpio

Last synced: 5 months ago
JSON representation

Effect values for C# with examples, inspired by Haskell Free Monad and Scalaz ZIO

Awesome Lists containing this project

README

          

# SharpIO

Effect values for C# with examples, inspired by Haskell Free Monad and Scalaz ZIO

Useful links:
- [John DeGoes: Beyond Free Monads - λC Winter Retreat 2017](https://www.youtube.com/watch?v=A-lmrvsUi2Y)
- [Free and tagless compared - how not to commit to a monad too early](https://softwaremill.com/free-tagless-compared-how-not-to-commit-to-monad-too-early)
- [Original Free Monad in C# gist by @louthy](https://gist.github.com/louthy/524fbe8965d3a2aae1b576cdd8e971e4)
- [FP extensions for C# by @louthy](https://github.com/louthy/language-ext)
- [John A De Goes - ZIO: Next-Generation Effects in Scala 2019](https://www.youtube.com/watch?v=mkSHhsJXjdc)
- [ZIO Environment](http://degoes.net/articles/zio-environment)
- [Testable ZIO](http://degoes.net/articles/testable-zio)
- [F# ZIO demo by @AnthonyLloyd](https://gist.github.com/dadhi/27c44a264a61dfa1d8fce692bccac32e)