Skip to content

Commit

Permalink
change wording on Temporal implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
henryw374 committed Mar 27, 2024
1 parent 6c19799 commit 9307f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Expand Up @@ -8,8 +8,8 @@ A Clojure(Script) & babashka library for dealing with time. Intended as a
replacement for clj-time.

Based on Java 8 time (on the JVM) and js-joda (on JavaScript
runtimes). We are considering an implementation based on https://github.com/tc39/proposal-temporal[Temporal], via
https://github.com/henryw374/tempo[Tempo] when it is available.
runtimes). Javascript's modern date-time API https://github.com/tc39/proposal-temporal[Temporal] is a consideration as an alternative foundation for tick in future. See the
https://github.com/henryw374/tempo[Tempo] library if interested.

See https://www.youtube.com/watch?v=UFuL-ZDoB2U[Henry Widd's talk at Clojure/North 2019] for some background

Expand Down

0 comments on commit 9307f58

Please sign in to comment.