> The code is available in either mine or Phil's github forks of clojure- > contrib: > > http://github.com/cooldude127/clojure-contrib/ > http://github.com/technomancy/clojure-contrib/ > > We'd like to hear opinions and whether people are willing to admit > this into clojure-contrib. Phil has already done his CA, I should > submit mine soon.
I've attached a copy of the implementation as well as the tests so you don't need to poke through our github repositories to find them. The tests are relatively thorough and provide a good example of how the library is meant to be used. Date processing is a common enough task that I think support for it should be included in contrib, especially considering how awkward the java.util.Date API is to use directly. If it's agreed that this is a good fit for contrib, we can create a Google Code issue and attach a patch there. Phil Hagelberg http://technomancy.us --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
chrono.clj
Description: Binary data
test-chrono.clj
Description: Binary data