Interesting. Are u sure joda-time is so widely in usage among java
developers ?

Anyway, as far as I remember, one of the benefits of clojure running
on an existing VM (the JVM) is to leverage all the existing APIs.

Since the date/time support would be in clojure-contrib (and not
clojure-core), couldn't it make sense to have joda jar as an
explicitly required dependency.
And the design of you lib could carefully avoid exposing joda
internals, so that joda could remain an implementation detail (and
eventually be thrown away when you have the time to rewrite it) ?

My 0,02€,

--
Laurent

On 23 jan, 06:25, Matt Moriarity <matt.moriar...@gmail.com> wrote:
> We discussed Joda Time, but it was decided that it wasn't a good idea
> to add another dependency, since this is something so integral to the
> language. I don't know what other people think, though. This was just
> an informal decision on #clojure.
>
> On Jan 23, 12:05 am, Nick Vogel <voge...@gmail.com> wrote:
>
> > That sounds interesting; you might take a look at Joda
> > Time<http://joda-time.sourceforge.net/>.
> > Although I've never used it myself, from what I've heard it's the Java
> > library that people actually use for dates/times (I do know that Google uses
> > it).  Doing a quick search, it looks like Mark McGranaghan is working on a
> > Clojure wrapper for Joda Time 
> > herehttp://github.com/mmcgrana/clj-garden/tree/masterunderclj-time.
>
> > On Thu, Jan 22, 2009 at 11:51 PM, Matt Moriarity
> > <matt.moriar...@gmail.com>wrote:
>
> > > By the way, I'm in the process of sending in my contributor agreement.
> > > Just so you know :)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to