<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Clojure on Notes about stuff</title>
    <link>/en/tags/clojure/</link>
    <description>Recent content in Clojure on Notes about stuff</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 06 Apr 2026 17:48:00 +0200</lastBuildDate>
    <atom:link href="/en/tags/clojure/rss.xml" rel="self" type="application/rss" />
    <item>
      <title>Define a reusable and lazy pipeline</title>
      <link>/en/posts/2026-04-06_define_a_reusable_and_lazy_pipeline/</link>
      <pubDate>Mon, 06 Apr 2026 17:48:00 +0200</pubDate>
      <guid>/en/posts/2026-04-06_define_a_reusable_and_lazy_pipeline/</guid>
      <description>&lt;h1 id=&#34;the-problem&#34;&gt;The problem&lt;/h1&gt;&#xA;&lt;p&gt;I have the idea of a pipeline: it is defined once, it can be reused and when called, it changes its state but does not evaluate eagerly, because it could be &amp;ldquo;fed&amp;rdquo; from an infinite source of data.&lt;/p&gt;&#xA;&lt;p&gt;For example:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;all integers which are multiple of 13 and has in its binary representation more ones than zeroes&lt;/li&gt;&#xA;&lt;li&gt;indices of bytes read from /dev/random which are ascii characters&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Perhaps there are two separate issues I&amp;rsquo;m thinking about here:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
