# 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!