ClojureScript Gets Async/Await
4 hours ago
- #JavaScript interop
- #ClojureScript
- #async/await
- ClojureScript now supports JavaScript async functions through the ^:async hint.
- Async functions can use the await keyword to handle promises directly.
- The enhancement aims to improve interoperability with modern Browser APIs and libraries.
- This release includes updates targeting ECMAScript 2016.