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.
我有:
(地图(fn [kv] [kv])lst1 lst2)
现在,似乎应该有一个更短的方法来写这个。我怎样才能让它更短?
(map vector lst1 lst2)
(具有为任意数量的列表工作的额外好处)