Sean Devlin on 5 Feb 2010 17:57:03 -0800 |
Nope, you got me. I didn't know about that form of map. I wonder which is considered better style? I'll add this to the current style discussion on the dev list. Sean On Feb 5, 2010, at 8:52 PM, Aaron Feng wrote: > Hi Sean, > >> The get is there for the key not present case, and returns kill-cell >> appropriately. > > Maybe I'm not understanding something. > > user=> (get {:a 1} :b 2) > 2 > user=> ({:a 1} :b 2) > 2 > > Even without the "get" the result is still the same. > > Thanks, > > Aaron
|
|