<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Functional Programming on The Coders Blog</title><link>https://thecodersblog.com/tag/functional-programming/</link><description>Recent content in Functional 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/functional-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><item><title>[ClojureScript]: Enhancing Asynchronous Development with Async/Await</title><link>https://thecodersblog.com/clojurescript-adds-async-await-support-2026/</link><pubDate>Fri, 08 May 2026 08:24:28 +0000</pubDate><guid>https://thecodersblog.com/clojurescript-adds-async-await-support-2026/</guid><description>&lt;p&gt;For years, ClojureScript developers have navigated the intricate world of asynchronous operations with a toolkit that, while powerful, often felt like a creative workaround. We&amp;rsquo;ve embraced &lt;code&gt;cljs.core.async&lt;/code&gt; with its elegant CSP model, wrestled with promise chaining, and utilized various third-party libraries to bring a semblance of sequential clarity to operations that inherently unfold over time. The consensus, whispered in forums and debated in community channels, was clear: JavaScript&amp;rsquo;s native &lt;code&gt;async&lt;/code&gt;/&lt;code&gt;await&lt;/code&gt; syntax offered a level of readability and ergonomic ease that was, frankly, aspirational. Today, with the release of ClojureScript 1.12.145, that aspiration becomes a grounded reality. This is not merely an incremental update; it’s a pragmatic embrace of modern JavaScript features that fundamentally streamlines asynchronous development for ClojureScript practitioners.&lt;/p&gt;</description></item></channel></rss>