ClojureScript 1.12.145 Adds Async/Await Interop via ^:async Hint
Now 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…
Read the full articleYou might also wanna read
JavaScript Latest Version: What's New?
Explore the latest features in JavaScript ECMAScript 2023 (ES14) and how they enhance coding efficiency and capabilities. Learn about new to
jank compiler gains custom intermediate representation to boost performance
The jank compiler has a new super power. With that, we push jank to the limits to see who has the fastest fibonacci in the west.
JavaScript ES7: Unveiling New Features
Explore the new features introduced in JavaScript ES7, including async/await, Object.entries(), Exponentiation Operator, and Array.prototype
A toast to ES2015 destructuring
I think the ES2015 destructuring syntax is pretty cool. It might not grab the headlines like Promises, Generators or the class syntax, but I

Bun v1.2.22
Fixes 144 issues (addressing 257 👍). Async stack traces for better debugging, RFC 6455 compliant WebSocket client subprotocol negotiation,
Async JavaScript Patterns for 2020
I’ve got a ton of different patterns I use when working with async code in JS. This article is a collection of them. I’ve split them into 3

Comments
Sign in to join the conversation.
No comments yet. Be the first.