<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Szymon Pilkowski</title>
    <description>The latest articles on Forem by Szymon Pilkowski (@ardcore).</description>
    <link>https://forem.com/ardcore</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F54012%2Fbd6fb3fa-bd16-44c8-ae07-4e0fd3801fe7.png</url>
      <title>Forem: Szymon Pilkowski</title>
      <link>https://forem.com/ardcore</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ardcore"/>
    <language>en</language>
    <item>
      <title>Functional utilities - minimal set</title>
      <dc:creator>Szymon Pilkowski</dc:creator>
      <pubDate>Thu, 25 Jan 2018 09:18:26 +0000</pubDate>
      <link>https://forem.com/ardcore/functional-utilities---minimal-set-4j4o</link>
      <guid>https://forem.com/ardcore/functional-utilities---minimal-set-4j4o</guid>
      <description>&lt;p&gt;Hey,&lt;/p&gt;

&lt;p&gt;I've started putting together my own collection of essential functional utilities, and I'm wondering what you'd consider to be &lt;em&gt;essential&lt;/em&gt;. &lt;br&gt;
I want to keep it &lt;em&gt;very&lt;/em&gt; minimal -- one of the reasons for doing this is an observation that in smaller projects I only use 2 or 3 ramda/lodash methods.&lt;/p&gt;

&lt;p&gt;Here's the current list:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;pipe&lt;/li&gt;
&lt;li&gt;compose&lt;/li&gt;
&lt;li&gt;pick&lt;/li&gt;
&lt;li&gt;omit&lt;/li&gt;
&lt;li&gt;head&lt;/li&gt;
&lt;li&gt;tail&lt;/li&gt;
&lt;li&gt;curry&lt;/li&gt;
&lt;li&gt;zip&lt;/li&gt;
&lt;li&gt;prop&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What would you add?&lt;/p&gt;

&lt;p&gt;Note that I'm not venturing into the realm of monads, functors and category theory in this project.&lt;/p&gt;

&lt;p&gt;Here's the repo, if anyone's interested: &lt;a href="https://github.com/ardcore/funf"&gt;https://github.com/ardcore/funf&lt;/a&gt; (I probably got some type annotations wrong, still learning Hindley-Milner)&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>discuss</category>
      <category>functional</category>
    </item>
  </channel>
</rss>
