Comment by Jonovono
3 days ago
If you are in the JS ecosystem, you should check out Effect TS (https://effect.website)
It's a very fun time
3 days ago
If you are in the JS ecosystem, you should check out Effect TS (https://effect.website)
It's a very fun time
Even though it's called effect, it has almost nothing to do with algebraic effects, which is what this language and others like OCaml 5 have, and so Effect TS is more like Haskell (as it came from fp-ts).
Effect TS is monadic though, as it's a pretty direct re-implementation of Scala's ZIO.