Vadim
Vadim
The objects of `java.time.*` type are printed as any other object because core Clojure only defines the `#inst` print method for `java.util.Date/util.Calendar/sql.Timestamp`. It also only defines an `#inst` data reader...
Line 72 is comparing two numbers, why is that a problem? I'm not sure what's going on after looking at the code for 10 minutes. Seems like `Types` must implement...
There's probably nothing fundamentally incompatible with `TaiInstant`. Do you have an idea of how this would be implemented?
Sure, that would we be great! Although these days I'd encourage people to evaluate [cljc.java-time](https://github.com/henryw374/cljc.java-time) first before using my library - it has the JS story covered. I'll add the...
The Java `DateTimeFormatter*` APIs are pretty extensive and I have no plans of Clojurifying them. I think constructing a formatter via Java interop and passing it through should be an...
That's an OK idea. However, I don't like its ad-hoc-ness. There are various `withLocale/withZone/...` customization methods on `DateTimeFormatter` which should be covered by the Clojure-ified version of the API. Otherwise...
This makes sense. The [DateTimeFormatter JavaDoc](https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html) mentions the following options: > The withLocale method returns a new formatter that overrides the locale. The locale affects some aspects of formatting and...
Sure, you can look in the `src/java_time/interval.clj` to see how the `Interval` is integrated. A range is different from interval as it doesn't capture a continuous stretch of time. I...
You might be right, although there seems to be a lot of offenders in the opensource. E.g. https://github.com/square/javapoet or all the projects in [Clojars](https://clojars.org/search?q=clojure) with "Clojure" as part of their...
We can put this question up on the Clojure mailing list. See if there's any concern from the wider community or from Cognitect. Feel free to start the discussion!