Following the instructions on Getting Started, using snapshot versions for everything, the penumbra jar installed is penumbra-0.6.0-20100215.165114-1.jar, which is not compatible with recent versions of Clojure 1.2.0-master-SNAPSHOT. In particular, time.clj appears to use reify in a way that has broken. The error I get on trying to :use penumbra is:
Exception in thread "main" java.lang.IllegalArgumentException: Must supply at least one argument for 'this' in: deref (time.clj:27)
Any chance you could throw a more recent jar out to clojars?
Following the instructions on Getting Started, using snapshot versions for everything, the penumbra jar installed is penumbra-0.6.0-20100215.165114-1.jar, which is not compatible with recent versions of Clojure 1.2.0-master-SNAPSHOT. In particular, time.clj appears to use reify in a way that has broken. The error I get on trying to :use penumbra is:
Any chance you could throw a more recent jar out to clojars?