Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeta611/effect_based_interpreter

A modular interpreter using effects and effect handlers
https://github.com/zeta611/effect_based_interpreter

algebraic-effects effect-handlers interpreter monad monad-transformers ocaml

Last synced: about 2 months ago
JSON representation

A modular interpreter using effects and effect handlers

Awesome Lists containing this project

README

        

# Effect Based Interpreter

Monad transformers can be used to build modular interpreters ([Monad transformers and modular interpreters](https://doi.org/10.1145/199448.199528));
Here is a demonstration of building a modular interpreter using [effects and effect handlers](https://v2.ocaml.org/manual/effects.html).