environ
environ copied to clipboard
Make environ.core/keywordize public
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"))