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