Switch language한국어
Back to the list

ClojureScript Gets Async/Await

TL;DR AI

Key summary

2 min read
  1. A Hacker News thread on ClojureScript async/await broadened into a discussion of error and anomaly handling in async systems.

  2. A commenter described custom tooling, inspired by Cognitect’s anomaly taxonomy, for carrying failure details across functions and core.async channels.

  3. The approach also propagates server-side exceptions and client-side WebSocket messages, aiming for consistent failure handling across boundaries.

  4. The discussion highlights a key challenge in modern async apps: reliably moving failure information without depending on stack unwinding.

Read the original