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?