Effekt Language: Home

15 points by napkindrawing


osa1

It’s good that they’re exploring and documenting alternatives to having effects as type parameters in function types, but the downside of this design is pretty big: you have to give up on first-class functions.

I wrote some of my thoughts on Effekt’s solution to the problems with representing effects of functions as a type parameter here.