Hacker News new | ask | show | jobs
by rscho 1758 days ago
Interesting! Can one have effect handlers in an untyped language such as scheme ?
1 comments

Yes! a nice aspect of effect handlers is that they have an untyped dynamic semantics.

Having said that, tracking effect types can be very beneficial, especially if you do interesting control flow like async/await for example.