<?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 AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/functional-programming/</link><description>Recent content in Functional Programming on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 05 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/functional-programming/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 10: Modern Java Magic: Lambda Expressions &amp;amp; Stream API</title><link>https://ai-blog.noorshomelab.dev/java-mastery-2025/chapter-10-lambda-streams/</link><pubDate>Thu, 04 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/java-mastery-2025/chapter-10-lambda-streams/</guid><description>&lt;p&gt;Welcome back, future Java master!&lt;/p&gt;
&lt;p&gt;In our journey through Java, we&amp;rsquo;ve explored the foundational elements, object-oriented programming, and how to structure your code. Now, get ready to unlock some truly &lt;em&gt;modern&lt;/em&gt; Java magic! In this Chapter 10, we&amp;rsquo;re diving into two incredibly powerful features that revolutionized Java development starting with Java 8, and are absolutely essential for writing clean, concise, and efficient code in &lt;strong&gt;Java Development Kit (JDK) 25&lt;/strong&gt; (the latest stable release as of December 2025): &lt;strong&gt;Lambda Expressions&lt;/strong&gt; and the &lt;strong&gt;Stream API&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Chapter 13: Closures - Powerful Blocks of Code</title><link>https://ai-blog.noorshomelab.dev/mastering-swift-2026/13-closures-powerful-blocks-of-code/</link><pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/mastering-swift-2026/13-closures-powerful-blocks-of-code/</guid><description>&lt;h2 id="introduction-to-closures-your-portable-code-blocks"&gt;Introduction to Closures: Your Portable Code Blocks&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid Swift explorer! In our previous chapters, we&amp;rsquo;ve mastered functions – those reusable blocks of code that perform specific tasks. Now, get ready to meet their even more flexible and powerful cousins: &lt;strong&gt;closures&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Think of a closure as a self-contained block of functionality that can be passed around and used in your code. They are essentially functions without a name, or rather, functions that can be stored in a variable, passed as an argument to another function, or returned from a function. If you&amp;rsquo;ve encountered lambda expressions in other languages, you&amp;rsquo;re already on the right track!&lt;/p&gt;</description></item><item><title>Building a Game Boy Emulator with F#</title><link>https://ai-blog.noorshomelab.dev/projects-v2/game-boy-emulator-fsharp-guide/</link><pubDate>Tue, 05 May 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/projects-v2/game-boy-emulator-fsharp-guide/</guid><description>&lt;p&gt;Building a Game Boy emulator from the ground up is a deeply rewarding project that takes you into the heart of computer architecture and low-level system design. This guide will walk you through constructing a functional Game Boy emulator using F#, focusing on a modular, functional approach to replicate the original hardware&amp;rsquo;s behavior.&lt;/p&gt;
&lt;h2 id="why-build-an-emulator"&gt;Why Build an Emulator?&lt;/h2&gt;
&lt;p&gt;Emulators are more than just software; they are digital time capsules that preserve computing history and provide a unique window into how hardware and software truly interact. By building one, you&amp;rsquo;ll gain an unparalleled understanding of:&lt;/p&gt;</description></item></channel></rss>