Show HN: Algebraic Effect System for Pythonhttps://effecton.dev
Effecton is effect system for python allowing to write very typesafe apps like: ``py def charge(order: Order) -> E.Effect[Receipt, CardDeclined | CardExpired, PaymentGateway]: ... `` So not only success value but also errors and requirements are typed. This makes not only people but also agents more productive. Effecton also comes with many building blocks like http client or file system (including in memory implementation for tests). Comments URL: https://news.ycombinator.com/item?id=49743169 Points: 1 # Comments: 0
