|
|
|
|
|
by gsliepen
789 days ago
|
|
I agree with it becoming less error prone and more composable. But faster and easier? The examples I've seen in this and other articles about effect systems use many more lines of code just to print a single line than you would use in a language like Python, and that's excluding the definition of the effect types themselves. Ideally, I'd like to get all the benefits of an effect system, but without the verboseness that seems to come with it. |
|
The article suggests that this is coming to Scala, and I'm looking forward to being a guinea pig.