Closed CarlosSam closed 7 years ago
Hey,
Thanks very much for this. I've a couple comments above. Mainly about the use of with-redefs
. Personally I don't think using with-redefs
(or really rebinding vars in general) is suitable for library code. It could lead to really unexpected bugs for users. Is there a way to do this with a more functional approach?
See #85 for a fuller implementation.
I developed support for localized formatter using the with-locale function.