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
- Host: GitHub
- URL: https://github.com/dadhi/sharpio
- Owner: dadhi
- License: mit
- Created: 2018-06-02T15:57:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T13:22:38.000Z (over 4 years ago)
- Last Synced: 2025-04-19T10:28:07.004Z (6 months ago)
- Language: C#
- Homepage:
- Size: 31.3 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)