On Wed, Aug 27, 2008 at 10:37 PM, Parth Malwankar <[EMAIL PROTECTED]> wrote: > In case the access path were vectors the above could become: > > (mk-get my-fridge (item-path :mango) :quantity) > (mk-assoc my-fridge (item-path :mango) :quantity new-quantity) > > Much less noise.
apply actually can do the conj'ing for you: (apply mk-get my-fridge (item-path :mango) :quantity) --Chouser --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
