Merge branch 'thread-rules'

This commit is contained in:
Jonas Enlund 2012-03-10 22:04:44 +02:00
commit 1c85111346

View file

@ -21,7 +21,10 @@
(do ?x) ?x
;; Java stuff
(.toString ?x) (str ?x)})
(.toString ?x) (str ?x)
;; Threading
(-> ?x ?y) (?y ?x)})
(comment
(apply concat (apply map f (apply str (interpose \, "Hello"))))