<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>asakawajunya</author_name>
  <author_url>https://blog.hatena.ne.jp/asakawajunya/</author_url>
  <blog_title>asakawajunyaのブログ</blog_title>
  <blog_url>https://asakawajunya.hatenablog.com/</blog_url>
  <categories>
    <anon>clojure</anon>
  </categories>
  <description>無名関数って、複数の引数渡せないかと思ったらそんな事無かった。 途中に引数が多かったり少ない場合なども試してみた。 %1とか%2が第1引数、第2引数に相当する。%&amp;を使うと残りの引数をまとめてリストで受け取れる。 user=&gt; (#(str %) 1) &quot;1&quot; user=&gt; (#(str %1) 1) &quot;1&quot; user=&gt; (#(str %1 %2) 1 2) &quot;12&quot; user=&gt; (#(str %1 %2) 1 2 3) java.lang.IllegalArgumentException: Wrong number of args passed to: user$eval--613$fn…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fasakawajunya.hatenablog.com%2Fentry%2F20100328%2F1269744494&quot; title=&quot; clojureで無名関数に複数の引数を渡してみる - asakawajunyaのブログ&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>2010-03-28 11:48:14</published>
  <title> clojureで無名関数に複数の引数を渡してみる</title>
  <type>rich</type>
  <url>https://asakawajunya.hatenablog.com/entry/20100328/1269744494</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
