<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kunio-ud</author_name>
  <author_url>https://blog.hatena.ne.jp/kunio-ud/</author_url>
  <blog_title>40代文系エンジニアの思うこと</blog_title>
  <blog_url>https://kunio-ud-all.com/</blog_url>
  <categories>
  </categories>
  <description>複数の引数をとる関数を「引数1つずつ受け取る関数の連続」に変形すること を指すようです。 文系出身にとって、『は？』ってなります。。 ちなみに今まで私は通2引数関数は次のように書いてきました。 function add(a: number, b: number): number { return a + b; } これをカーリー化すると、以下のようになるかと思います。 const add = (a: number) =&gt; (b: number): number =&gt; a + b; このように a を受け取る関数 → b を受け取る関数 という階段構造になります。 カーリー化のメリット カーリー…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkunio-ud-all.com%2Fentry%2F20251124%2F1763942359&quot; title=&quot;カーリー化（Currying）とは何か - 40代文系エンジニアの思うこと&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-11-24 08:59:19</published>
  <title>カーリー化（Currying）とは何か</title>
  <type>rich</type>
  <url>https://kunio-ud-all.com/entry/20251124/1763942359</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
