<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="173191" data-post-id="173191">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Sanjibukai" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Sanjibukai
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="cjen07" data-post="31" data-topic="6981">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/cjen07/48/4410_2.png" class="avatar"> cjen07:</div>
<blockquote>
<p>I am doing timeseries algorithms using python and c++ (because of work)</p>
</blockquote>
</aside>
<p>This bring me several memories (as a former EE engineer worked a lot with signals..)</p>
<aside class="quote no-group" data-username="cjen07" data-post="31" data-topic="6981">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/cjen07/48/4410_2.png" class="avatar"> cjen07:</div>
<blockquote>
<p>Meta programming is fantastic and exciting and is quite next to <em>program synthesis</em> , the Holy Grail of computer science.<br>
Hopefully you will benefit a lot from it.</p>
</blockquote>
</aside>
<p>Yes I’m pretty convinced of that..<br>
Yet when I jumped into ruby (from assembly/c) I was astonished by Ruby meta-programming abilities..<br>
And I’m sure that it will be ever more interesting in elixir.<br>
I’m just taking the time to embrace FP before going on..</p>
<p>Anyway good luck to you..</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="173191" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/parampipe-parameterized-pipe-in-elixir/6981/32">Post #31</a>
	                </div>
	            </div>
              <div id="likers-container-173191" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="173191"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #31"></div>
  </section>
</div>
    <div class="postbit" id="173196" data-post-id="173196">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="stefanchrobot" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/stefanchrobot/120/7657_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  stefanchrobot
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Frankly speaking, I find the parametrized pipe hard to read and understand, so I don’t really have an intention to use the library. Having said that, I applaud your persistence and I’m very happy that Elixir allows you to even do these things!</p>
<p>On a side note, I think an explicitly “indexed” pipe would gain my interest (I’m looking at you <code>File.write</code>). Something like:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">data
|&gt; foo(1, 2)         # pipe into the first argument
|&gt;&gt; bar(4, _, 6)     # pipe into the second
</code></pre>
<p>So the idea is here that there’s a new operator and I can explicitly state which argument I want to pipe into. The <code>|&gt;&gt;</code> is far from perfect, since it breaks the alignment.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="173196" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/parampipe-parameterized-pipe-in-elixir/6981/33">Post #32</a>
	                </div>
	            </div>
              <div id="likers-container-173196" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="173196"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>