Fork me on GitHub
#om-next
<
2016-05-20
>
danburton17:05:09

Subjective question. (def parser (om/parser {:read readf})). What do you name your parser "read" function? I don't like just calling it read because that would shadow clojure.core/read. I don't really like readf. Are there any other conventional names for this function?