clojurewerkz / money

A Clojure library that deals with monetary values and currencies. Built on top of Joda Money.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build-formatter is not usable from outside

jwr opened this issue · comments

The build-formatter macro uses new-builder, but new-builder is marked as ^:private, so build-formatter is not usable from outside the clojurewerkz format.clj file.

As a result, it is rather difficult to build new formatters in applications (my specific problem was that I need monetary amounts printed without currency symbols).

Please submit a PR, new-builder can be made public if needed.