<?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>プログラミングClojureの144ページを読んでいたら、clojureでは変数にドキュメントを付けられると言うことが分かったので試してみた。 まずはuseをつかってライブラリを読み込み、変数を定義する。その時にドキュメント文字列も一緒にセット。それから、doc関数で表示。 user=&gt; (use 'clojure.contrib.def) nil user=&gt; (clojure.contrib.def/defvar a &quot;test&quot; &quot;This is test value.&quot;) #'user/a user=&gt; a &quot;test&quot; user=&gt; (doc a) -----------------…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fasakawajunya.hatenablog.com%2Fentry%2F20100328%2F1269729765&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 07:42:45</published>
  <title> clojureで変数にドキュメントを付けてる見る</title>
  <type>rich</type>
  <url>https://asakawajunya.hatenablog.com/entry/20100328/1269729765</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
