<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Asynchronous Programming on The Coders Blog</title><link>https://thecodersblog.com/tag/asynchronous-programming/</link><description>Recent content in Asynchronous Programming on The Coders Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 08 May 2026 08:30:23 +0000</lastBuildDate><atom:link href="https://thecodersblog.com/tag/asynchronous-programming/index.xml" rel="self" type="application/rss+xml"/><item><title>ClojureScript: Embracing Async/Await for Modern Development</title><link>https://thecodersblog.com/clojurescript-async-await-integration-2026/</link><pubDate>Fri, 08 May 2026 08:30:23 +0000</pubDate><guid>https://thecodersblog.com/clojurescript-async-await-integration-2026/</guid><description>&lt;h3 id="the-promise-land-of-synchronous-looking-asynchronicity-arrives"&gt;The Promise Land of Synchronous-Looking Asynchronicity Arrives&lt;/h3&gt;
&lt;p&gt;For years, ClojureScript developers have navigated the vibrant landscape of functional programming while grappling with the inherent complexities of asynchronous operations. We’ve embraced the elegance of &lt;code&gt;core.async&lt;/code&gt;’s Communicating Sequential Processes (CSP) model, wielding &lt;code&gt;go&lt;/code&gt; blocks and channel operations to manage concurrent workflows. Libraries like &lt;code&gt;promesa&lt;/code&gt; and &lt;code&gt;kitchen-async&lt;/code&gt; have also offered robust pathways to integrate with JavaScript’s Promise ecosystem. Yet, a persistent desire echoed through community discussions and surveys: a more direct, idiomatic way to interact with the modern JavaScript world, particularly its pervasive use of Promises.&lt;/p&gt;</description></item></channel></rss>