Analysis updated 2026-07-18 · repo last pushed 2022-07-05
Write backend service logic that stops cleanly on the first error without manual checks at every step.
Build a data processing pipeline where failures automatically propagate to a single handling point.
Thread a chain of function calls together with nom-> and stop immediately if any step fails.
Interop with error formats from other Clojure libraries without rewriting existing error handling.
| kordano/nom | 00kaku/gallery-slider-block | 04amanrajj/netwatch | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | — | JavaScript | Rust |
| Last pushed | 2022-07-05 | 2021-05-19 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
A Clojure library that lets code handle errors as data ('anomalies') which automatically short-circuit through a chain of operations, keeping business logic focused on the happy path.
Dormant — no commits in 2+ years (last push 2022-07-05).
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.