Show HN: I made Python library for high-order combinators (retry, timeout, etc.)
notmarkeloff Wednesday, January 07, 2026
Summary
combinators.py is a Python library that provides a set of functional programming combinators, allowing developers to create and compose complex functions using a concise and expressive syntax. The library includes a variety of combinators, such as `compose`, `pipe`, and `curry`, which can be used to enhance code readability and maintainability.
1
0
Summary
github.com