Explore the differences between Java's CompletableFuture and Clojure's core.async, focusing on API design, composability, error handling, and integration with language features.
Explore when to use Java's CompletableFuture versus Clojure's core.async for asynchronous programming, considering factors like team familiarity, performance requirements, and ecosystem integration.