On 7 September 2010 23:56, Chris Jenkins <cdpjenk...@gmail.com> wrote: > "why don't I fall back on defstruct > and defmulti, at least until performance becomes important"
I believe defrecord was meant to supersede defstruct, but apparently defstruct is not (yet?) marked as deprecated in 1.2, so sure, that might be a reasonable way to go at least for now. Of course, you could also just use regular maps (switching to something more suited to the task when the app's performance and/or memory profile requires that). Sincerely, Michał -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en