om-next

danburton 2016-05-20T17:41:09.000075Z

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?