juxt / aero

A small library for explicit, intentful configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement a reader for #keyword tag

ChrisBlom opened this issue · comments

Many clojure projects use keywords in their configuration maps,
a #keyword reader tag to convert string to keywords would be nice for those cases.

i've added a PR, see #30