> var bob = { name: "bob" }
{ name: 'bob' }
> lib.waveAt(bob)
Waving at bob
> lib.waveAt(bob)
Waving at Alice*Massive over simplification, but we'll survive
(defn wave-at [person] (println "Waving at" (:name person)))
(assoc bob :age (inc (:age bob))) (update-in bob [:age] inc)(map (comp logans-law level-up)(sample-population))
*emacs is better for this, but I'm married to vim
{ :name "Henry" :species :pig } (def x (atom 0))(swap! x inc)