32 ms·
> If you want to read more, I’d recommend starting with the Effekt and Koka language tours Instead of exploring a research language that nobody uses you could
by hackingonempty 7mo ago
> If you want to read more, I’d recommend starting with the Effekt and Koka language tours
Instead of exploring a research language that nobody uses you could try a mature effects system for a semi-popular language. I think Zio is great and runs on the JVM and ScalaJS. https://zio.dev/ https://zio.dev/
- tie-in 7mo agoIt's also possible to implement a functional effect system in under 30 lines of JavaScript: https://lackofimagination.org/2025/11/managing-side-effects-a-javascript-effect-system-in-30-lines-or-less/ https://lackofimagination.org/2025/11/managing-side-effects-...
- jiehong 7mo agoI heard ocaml had one?