Hacker News new | ask | show | jobs
by msk-lywenn 284 days ago
Are algebraic effects a recreation of common lisp’s condition system?
1 comments

They are similar, but effect handlers are more powerful and more amenable to typing.

https://lobste.rs/s/q8lz7a/what_s_condition_system_why_do_yo...