Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 68 words in the discussion.

Trending Topics

#python#algebraic#working#katharos#functional#programming#concurrency#library#idea#behind

Discussion (3 Comments)Read Original on HackerNews

kamalfβ€’about 5 hours ago
I've been working on Katharos, a functional programming and concurrency library for Python 3.13+. The idea behind it is simple: absence, errors, effects, and concurrent communication should be explicit, composable values instead of hidden control flow.
iforiqβ€’21 minutes ago
Very nice. Any plans to add algebraic effect handlers to this in the near future?
rirzeβ€’about 1 hour ago
As someone intimately familiar with Python and not so much with "algebraic abstractions", I looked at your examples and can't figure out how they work (and why the abstraction is useful).

Am I missing something?