environ icon indicating copy to clipboard operation
environ copied to clipboard

Make environ.core/keywordize public

Open PetrGlad opened this issue 10 years ago • 0 comments

In my case I have to construct some env keys from strings. It would be nice not to worry about format of input strings and use environ.core/keywordize to ensure keys I lookup in environ.core/env are in appropriate format:

(environ.core/env (environ.core/keywordize "my_KEY")) 

PetrGlad avatar Jan 09 '15 10:01 PetrGlad