# Algebraic effects

  1. One year ago I posted πŸ“„ Algebraic Effects for the Rest of Us (the post is here πŸ‡·πŸ‡Ί)

  2. On the last weekend I read πŸ“„Why PLs Should Have Effect Handlers. It’s a bit older article but simpler and shorter. And it remind me about the topic…

  3. Today I released eff β€” a small and simple Python library to work with algebraic effects. It is a true “pythonic” library, with context managers, metaclasses, type annotations, and global variables πŸ™ƒ https://github.com/orsinium-labs/eff

It’s a part of “orsinium-labs” where I do quick experiments. Maybe, someone will find this experiment interesting and maybe even helpful. Since it’s a very small library, I consider it “production ready”. Have fun!