# Algebraic effects
One year ago I posted π Algebraic Effects for the Rest of Us (the post is here π·πΊ)
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…
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!