I took a brief glance at Joda. It appears they already use immutable objects to a large degree. It looks like *exactly* the sort of library we can just use out of the box, unwrapped.
On Thu, Mar 5, 2009 at 6:49 PM, Phil Hagelberg <[email protected]> wrote: > > Cosmin Stejerean <[email protected]> writes: > > > I like the API so far, although I'll probably have to wait for > > timezone support before I can start using this. > > Would love some suggestions on what you'd expect the API to look like > for this. Failing test cases would be even better. I haven't given it > much thought yet. > > > If anyone else is interested here is a link to github > > for chrono.clj (syntax highlighting). For some reason I couldn't > > locate test-chrono.clj in the repo. > > The convention in contrib is to keep tests in > src/clojure/contrib/test_contrib/chrono.clj, but I didn't want to attach > two "chrono.clj" files, so I renamed it. Here's the link: > > > http://github.com/technomancy/clojure-contrib/blob/de4afee3dbfef2ed7f095ce1e7c2b7ea98e13e71/src/clojure/contrib/test_contrib/chrono.clj > > -Phil > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
