<?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 Nalar</title>
    <link>https://nalar.dev/tags/functional-programming/</link>
    <description>Recent content in Functional Programming on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 02 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/functional-programming/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Practical Function Specialization in Python with functools.partial</title>
      <link>https://nalar.dev/practical-function-specialization-in-python-with-functools-partial/</link>
      <pubDate>Wed, 02 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/practical-function-specialization-in-python-with-functools-partial/</guid>
      <description>&lt;p&gt;Functions often expose more parameters than a particular caller needs to choose. A parser may always use the same base, a callback may need access to one application object, or a formatting function may use a fixed prefix throughout one subsystem.&lt;/p&gt;&#xA;&lt;p&gt;Python&amp;rsquo;s &lt;code&gt;functools.partial()&lt;/code&gt; can turn such a general callable into a more focused callable by binding some arguments in advance. The result remains callable, so it can be passed to APIs that expect a function-like object without introducing a wrapper function solely to carry configuration.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
