It wasn't really clear to me from the README why use this instead of 
environ. Care to explain a little more in detail? I.e. give a concrete use 
case.
Any particular reason for not supporting .lein-env files?
Also, if a .env is just a java .properties file, then why use .env files?

Thanks.

On Wednesday, August 13, 2014 11:10:36 AM UTC-7, Constantine Vetoshev wrote:
>
> The JVM does not make using environment variables easy or convenient. The 
> environ <https://github.com/weavejester/environ> library took a step in 
> the right direction by abstracting away the distinction between environment 
> variables and Java properties into a Clojure map data structure. However, I 
> still found it awkward to use in multi-person projects where each 
> programmer wants to set up different environment variable values at 
> runtime. I also wanted an easy way to modify the environment in a dynamic 
> scope. Hence:
>
> https://github.com/gcv/envvar
>
> Feedback welcome.
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to