Paste number 81021: coding style

Paste number 81021: coding style
Pasted by: chousuke
When:2 years, 8 months ago
Share:Tweet this! | http://paste.lisp.org/+1QIL
Channel:#clojure
Paste contents:
Raw Source | XML | Display As
;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)))


This paste has no annotations.

Colorize as:
Show Line Numbers

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.