<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>81021</integer>
    </number>
    <user>
      <string>chousuke</string>
    </user>
    <title>
      <string>coding style</string>
    </title>
    <contents>
      <string>;C-style... not very common
(defn my-map [f coll]
    (map
      (fn [item] (send-off (agent nil) (fn [_] (f item))))
      coll)
    )
)

; below is traditional style:

(defn my-map [f coll]
  (map
    (fn [item] (send-off (agent nil) (fn [_] (f item))))
    coll)))


</string>
    </contents>
    <universal-time>
      <integer>3452591295</integer>
    </universal-time>
    <channel>
      <string>#clojure</string>
    </channel>
    <colorization-mode>
      <string>None</string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
</paste-with-annotations>
