<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nokturnalmortum</author_name>
  <author_url>https://blog.hatena.ne.jp/nokturnalmortum/</author_url>
  <blog_title>地獄のネコブログ</blog_title>
  <blog_url>https://anekos.hatenablog.com/</blog_url>
  <categories>
    <anon>Clojure</anon>
  </categories>
  <description>つまり apply-new は第二引数が「単なるデータとしてのシーケンス」なのか「関数や特殊形式など評価後の値を得るためのS式」なのかを判断してから、展開を行う必要がある。どうすればいいのだろう？最終的には -&gt;&gt; 式の中で apply-new を使いたいのだが、それには上記の問題を解決する必要がる。 こんな感じにすると良いと思います。 ; 関数化するマクロ (defmacro new-fn [class num] (let [args (take num (repeatedly gensym))] `(fn [~@args] (new ~class ~@args)))) ; 普通の関数っぽく…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fanekos.hatenablog.com%2Fentry%2F20100527%2F1274930866&quot; title=&quot;解決方法 -&amp;gt; ClojureでJavaクラスのコンストラクタをapplyする - 地獄のネコブログ&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-05-27 12:27:46</published>
  <title>解決方法 -&gt; ClojureでJavaクラスのコンストラクタをapplyする</title>
  <type>rich</type>
  <url>https://anekos.hatenablog.com/entry/20100527/1274930866</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
