clojure.java-time icon indicating copy to clipboard operation
clojure.java-time copied to clipboard

Babashka Support

Open frenchy64 opened this issue 2 years ago • 1 comments

Some things we need for babashka support:

  • java.time.temporal.TemporalUnit
  • java.time.temporal.ValueRange
  • java.time.chrono.Chronology
  • java.time.temporal.JulianFields

Note: cljc.java-time throws errors dynamically in these cases for bb https://github.com/henryw374/cljc.java-time#cljcjava-time

WIP: https://github.com/babashka/babashka/pull/1298

frenchy64 avatar Jun 16 '22 18:06 frenchy64

Feel free to send a PR to babashka with those classes

borkdude avatar Jun 16 '22 20:06 borkdude