ClojureScript 1.12.145 Adds Async/Await Interop via ^:async Hint
By
Borkdude
Crisped on the outside, thoughtful enough on the inside.
Summary
ClojureScript 1.12.145 has been released, introducing support for ECMAScript 2016 async/await interop. The new ^:async hint allows the ClojureScript compiler to emit JavaScript async functions, enabling developers to use await within ClojureScript functions. This feature also works with testing via deftest. The release focuses on enhanced interoperability between ClojureScript and modern JavaScript.
Key quotes
· 3 pulledNow that ClojureScript targets ECMAScript 2016 we can carefully choose new areas of enhanced interop.
Starting with this release, hinting a function as ^:async will make the ClojureScript compiler emit an JavaScript async function.
This also works for tests.
You might also wanna read
Deno 2.8 Released: New Subcommands, Faster npm Installs, and Framework-Aware Compilation
Deno 2.8 has been released as the biggest minor update to date, introducing six new subcommands including `deno transpile`, `deno pack`, `de
scrcpy 4.0 Released: SDL3 Migration, Camera Torch/Zoom, and New Shortcuts
scrcpy 4.0 has been released, migrating from SDL2 to SDL3, adding flex display support, camera torch and zoom support, window aspect ratio e
Notepad++ Launches Native macOS Version for Apple Silicon and Intel Macs
Notepad++, the popular free and open-source source code editor previously only available on Windows, has been released as a native macOS app
DuckDB Releases Version 1.5.2 with Bug Fixes, Performance Improvements, and DuckLake v1.0 Support
DuckDB has released version 1.5.2, a patch release that includes bug fixes, performance improvements, and adds support for the DuckLake v1.0

llmspy.org v3 Release: Enhanced Extensibility, 530+ Models, and Plugin Architecture
The article announces a major v3 release of llmspy.org, focusing on extensibility, expanded provider support, and enhanced user experience.
Helm 4.0.0 Released with Backward Incompatible Changes and New Plugin System
The Helm Team has released Helm 4.0.0, the first stable version of Helm 4. This major release includes backward incompatible changes to the
