Hi, On Jul 19, 11:13 am, Sanel Zukan <san...@gmail.com> wrote:
> ...or we could be more explicit and put: > > user=> (apply hash-map :a 1 :b 2 {}) > {:a 1, :b 2} Which looks somehow self-explaining but is wrong in general. Note the difference for a non-empty map. user=> (apply hash-map {:a 1 :b 2}) {[:a 1] [:b 2]} user=> (apply hash-map [:a 1 :b 2]) {:a 1, :b 2} Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en