polysemy
Exercism - Scala Exercises
Our great sponsors
polysemy | Exercism - Scala Exercises | |
---|---|---|
6 | 291 | |
976 | 6,997 | |
0.3% | 0.4% | |
4.7 | 4.8 | |
3 days ago | about 2 months ago | |
Haskell | ||
BSD 3-clause "New" or "Revised" License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
polysemy
-
Introduction to Doctests in Haskell
Looking for a few projects that make use of it, I found accelerate, hawk, polysemy and pretty-simple, so I'll be interested to poke around in their code and see how they have things set up.
-
ReaderT pattern is just extensible effects
Right, I think I'll just give it a shot to see. Polysemy is nice but I'm still having trouble getting what I want out of it (which may very well be entirely a fault of my own understanding)
-
Where's more discussion of the designs of effect systems?
Languages such as Koka only support algebraic effects, not scoping operations such as catch and listen. The Effect Handlers in Scope paper introduces scoping operations, which lead to the Haskell libraries fused-effects and polysemy, but they turned out to have some weird semantics. eff is her effort to fix that.
- Monthly Hask Anything (June 2021)
-
Structuring Code with ZIO & ZLayers
*But I'm not terribly well versed in Scala's other DI offerings. I came from Haskell and didn't find anything in Scala that clicked with me until I found ZIO. It reminded me a lot of my favorite way of writing Haskell programs (https://github.com/polysemy-research/polysemy)—albeit with a completely different implementation.
Exercism - Scala Exercises
-
Exercises to practice C programming?
I would recommend https://exercism.org.
Practice what? A beginner, intermediate, or advanced level? If you are a beginner the exercises in the K&R2 book are pretty good. If you know a little more then exercism.org is a great site.
- Programovanie pre zaciatocnikov na Slovensku
-
TIL: Clojure Setup
I've been learning Clojure through Exercism this month, and decided to live stream my setup today. Today was my second attempt at live streaming.
- New to go, where to start ?
-
I'm looking to join a c# study group or find an accountability partner to go over .net. Does anyone have any recommendations?
Decent spot to get guided practice : https://exercism.org/
-
[AskJS] Best source for learning JavaScript Beginner / Advanced?
If you want to start practicing Js to get familiar to the syntax you can check https://exercism.org . Now as others said you have to practice on real life projects too by building applications
- Finns det några programmerare här?
-
Already experienced with Flutter. Best courses to learn Kotlin Android development?
I haven't done much with Kotlin, other than look at it and try some exercism.org projects; but I have considered the free Kotlin and Android course offered by Google.
- can anyone suggest a platform to practice c# programming questions , i use vs code to practice but i want organized platform to practice
What are some alternatives?
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
fused-effects - A fast, flexible, fused effect system for Haskell
codewars.com - Issue tracker for Codewars
Scala Exercises - The easy way to learn Scala.
Demos and Examples in Scala (Chinese) - scala、spark使用过程中,各种测试用例以及相关资料整理
purescript - A strongly-typed language that compiles to JavaScript
devops-exercises - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
developer-roadmap - Interactive roadmaps, guides and other educational content to help developers grow in their careers.
interviews - Everything you need to know to get the job.
freer-simple - A friendly effect system for Haskell
hoogle - Haskell API search engine
ast-monad - A library for constructing AST by using do-notation