Hacker News new | ask | show | jobs
by DarkNova6 749 days ago
I think once Java has finished up exception switch-case it will be a model followed by other languages. Being able to catch exceptions at both, method and transaction boundaries will be a boon for readable control-flow.
2 comments

> and transaction boundaries

What are transaction boundaries? Is Java getting transactions?

Algebraic effects is going in completely the opposite direction.