(ns ldview.util) ; Global stuff that does not change over time and needed everywhere (def ^:dynamic *base-url* "http://www.ludumdare.com/compo/") (def ^:dynamic *image-base-path* "resources/public/img/ld") (def ^:dynamic *competition* 27)