Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将函数应用于地图的每个值。fmap做这项工作。但是它移动到了哪个命名空间?
fmap
我也写了下面的实现,但我认为这可能会更好 -
(defn map-over [f m] (->> (map (fn [[k v]] {k (f v)}) m) (into {})))
迁移页面显示已clojure.contrib.generic迁移到algo.generic.
clojure.contrib.generic
algo.generic