Is there any sort of "splat" operator that expands a list into an
inline sequence of arguments? Failing that, is there any way to use
apply within a doto block?
e..g
(def search-replace '("ll" "")
(def target "hello world")
(doto target
;(apply replace search-replace) <-- that, except something that
works
martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---