• @vi21
    link
    22 years ago

    I always defined a function like below and passed a map.

    (defn f [{:keys [a b]}] 
       (println a b))
    

    So now I have choices.