On Wed, Apr 7, 2010 at 7:40 PM, Alex Osborne <a...@meshy.org> wrote: > "msapp...@web.de" <damnedmar...@web.de> writes: > > If it's truly immutable -- you never want to change or reload maps while > game is running and initialize-game only ever gets called once, I'd > personally probably say that's okay.
I'd say it's the kind of thing that's convenient during development but will likely need to change later on. As such, I'd recommend he goes through the var with explicit dereferencing, or a functional interface with a similar level of indirection, so he can easily swap it out for a ref later on when it becomes necessary. -Per -- 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 To unsubscribe, reply using "remove me" as the subject.