<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ha-tan</author_name>
  <author_url>https://blog.hatena.ne.jp/ha-tan/</author_url>
  <blog_title>趣味的にっき</blog_title>
  <blog_url>https://ha-tan.hatenadiary.org/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>lambdaが入れ子になっているところをまとめてみました。だいぶ読み易くなりました。 def nlambda(n, xs = [], &amp;f) if n &lt;= 0 f[*xs] else lambda {|x| nlambda(n - 1, xs + [x], &amp;f) } end end I = nlambda(1) {|x | x } K = nlambda(2) {|x, y | x } S = nlambda(3) {|x, y, z| x[z][y[z]] } p S[K][K][100] == I[100] # =&gt; true</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fha-tan.hatenadiary.org%2Fentry%2F20071217%2F1197901895&quot; title=&quot; SKIコンビネータでSKK = I(Ruby版)そのに - 趣味的にっき&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>2007-12-17 23:31:35</published>
  <title> SKIコンビネータでSKK = I(Ruby版)そのに</title>
  <type>rich</type>
  <url>https://ha-tan.hatenadiary.org/entry/20071217/1197901895</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
