On Thursday, August 14, 2014 2:53:30 AM UTC-7, Tony Tam wrote: > > 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? >
The main distinctions from Environ are: 1. Property file .env syntax is the compatible with the one used by shells, as well as with the one used by dotenv libraries from Node and Ruby. 2. Loading env files in the REPL, and modifying the environment at runtime in general. Environ only handles loading variables when it loads itself, and has no provision for modifying them except by restarting the Clojure process. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
