You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,15 @@ Java 8 Date-Time API to the Clojure world. It's very similar to
27
27
Clojure.Joda-Time in its design goals and overall feeling, so if you ever used
28
28
that you will feel at home!
29
29
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
0 commit comments