Robert Levy
Robert Levy
Hey Walter, I was catching up on the Clojure mailing list and came across your library announcement. It looks useful and I was thinking of using it. Here is a...
The furcula macros seem to be unnecessary because anything that could be done with them could be done with more idiomatic expressions. the macros in question include: ``` -< ,...
Opening pull request for 1.0.0 branch while it is in progress.
Multiple non-targeted sources to merge: ``` clojure (load-config {:src "foo.json" :as :json} {:src "bar.clj", :as :edn}) ``` Multiple targeted sources to merge (because they are targeting the same environment, they...
I had been thinking of ways to support a wider variety of sources for config values, including environment variable. I recently came across https://github.com/weavejester/environ and this seems to fit the...