On Dec 13, 2009, at 3:19 PM, Stuart Halloway wrote: > (1) Is there already a form that does this?
Hi Stuart,
I think the trick is resolving manually:
user=> @#'clojure.core/spread
#<core$spread__4510 clojure.core$spread__4...@bb273cc>
user=> (@#'clojure.core/spread [:a :b [:c :d]])
(:a :b :c :d)
user=>
Is that sufficient?
--Steve
smime.p7s
Description: S/MIME cryptographic signature
