Disclaimer again: I’m a Clojure newbie. Thanks for the help.
My previous question ( Clojure's defrecord – how to use it?) resulted in a working data structure and methods: https://gist.github.com/3353281
Question: Is there a way to avoid passing in my data structure to all of the methods that operate on it? Or is this the way you’re supposed to do it in idiomatic Clojure?
assoc-ininstead.