⚡ v0.0.0-dev.9 — Rethinking Functional Programming
⚡ v0.0.0-dev.9 — Rethinking Functional Programming We’re excited to announce the prerelease of @fizzwiz/fluent v0.0.0-dev.9 . This release brings key improvements to the functional programming interfaces What and AsyncWhat , making declarative workflows even more expressive and robust. 🔎 Smarter Conditions if() and which() can now throw errors when predicates fail, enabling clearer control flow. else() steps in to catch these errors and provide graceful fallbacks. ⚡ Event-Aware Logic when() now lets you fluently express distributed, event-driven computations — even when multiple machines are involved. → Read the article ⏱ Timeout & Retry self() gains the ability to create timeout-aware computations and retry logic . → Explore how it works This prerelease continues our mission: making functional programming in JavaScr...