Skip to content

Commit 986df2f

Browse files
authored
Update README.md
Reference to Tick/Cljc.Java-Time
1 parent 5090e8e commit 986df2f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ Java 8 Date-Time API to the Clojure world. It's very similar to
2727
Clojure.Joda-Time in its design goals and overall feeling, so if you ever used
2828
that you will feel at home!
2929

30+
Why use Clojure.Java-Time over [cljc.java-time](https://github.com/henryw374/cljc.java-time) with [tick](https://github.com/juxt/tick)?
31+
32+
* You only plan on running on the JVM
33+
* You prefer a single `require` over multiple ones
34+
35+
I don't see any reasons except for aesthetical pleasure and existing knowledge to choose one
36+
over the other. However, I have neither used or benchmarked Cljc.Java-Time and Tick so my endorsement
37+
is purely on the merits of a broader feature set.
38+
3039
## Documentation
3140

3241
* [API](http://dm3.github.io/clojure.java-time/)

0 commit comments

Comments
 (0)