Thanks, did something very similar in the end.
Seemed a bit odd to use an atom when I'm never going
to change the contents, but works quite nicely.
On 29 January 2013 14:37, Feng Shen <
she...@gmail.com> wrote:
> I do something like these for my code:
>
> (defonce configs (atom {}))
>
> (swap! configs merge cfg)