A bozo's blog
((fn [kvect, vvect] (apply hash-map (interleave kvect vvect))) [:a :b :c] [
1
2
3
])
{:c
, :b
, :a
}