>
> Yes, but any library that requires third-party jars can't be used out of
> the box in contrib, and I think a language that doesn't support
> date-processing out of the box is at a severe disadvantage.
>

One of the primary reasons Clojure is on the JVM is to re-use Java
libraries. Date & Time calculations are

1) notoriously tricky
2) broken or incomplete in almost every language's standard library
3) solved fairly well in Joda

I don't think it's unreasonable to put a dependency on a third party
jar when it solves the problem better than other attempts.

Allen

--~--~---------~--~----~------------~-------~--~----~
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