Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Algebraic Effects and Handlers #14

Open
sangwoo-joh opened this issue Dec 15, 2020 · 1 comment
Open

Algebraic Effects and Handlers #14

sangwoo-joh opened this issue Dec 15, 2020 · 1 comment

Comments

@sangwoo-joh
Copy link
Owner

sangwoo-joh commented Dec 15, 2020

Programming with Algebraic Effects and Handlers
An Introduction to Algebraic Effects and handlers Invited tutorial paper
Effective Concurrency with Algebraic Effects

Computational effects are modeled as operations of a suitably chosen algebraic theory.

  • input, output, state, exceptions, non-determinism, ...
  • effects are combined more easily than monads
  • interaction between effects and handlers offers new ways of programming
@sangwoo-joh
Copy link
Owner Author

  • an expression produces a value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant