<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>FScoward</author_name>
  <author_url>https://blog.hatena.ne.jp/FScoward/</author_url>
  <blog_title>Sphereとともに</blog_title>
  <blog_url>https://fscoward.hateblo.jp/</blog_url>
  <categories>
    <anon>Clojure</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>今回は関数を定義してみます引数に x と y をとって足し算した値を画面に表示するという関数を作ってみましょう関数定義には defn を使えば良さそうだというのは前回学びましたlein new した時に作られたものを見た限り引数を取るには [] を使用すれば良さそうですですので、まず (defn add [x y]) と書けるわけですね。ここまで来ればあとは簡単で (defn add [x y] (println x &quot; + &quot; y &quot; = &quot; (x + y))) で、良くないですなにがイケないかっていうと (x + y) ここがダメですClojure はポーランド記法（前置記法）でないとダメ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffscoward.hateblo.jp%2Fentry%2F2013%2F12%2F14%2F011412&quot; title=&quot;Clojure その６ - Sphereとともに&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>http://cdn-ak.f.st-hatena.com/images/fotolife/F/FScoward/20131212/20131212224945.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-12-14 01:14:12</published>
  <title>Clojure その６</title>
  <type>rich</type>
  <url>https://fscoward.hateblo.jp/entry/2013/12/14/011412</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
