Henry Widd

Results 36 comments of Henry Widd

https://github.com/RaidAndFade/javadoc-json-doclet

And another.. https://github.com/henryw374/time-literals

- [ ] CLJSJS package [pull request](https://github.com/cljsjs/packages/pull/1087) - [ ] Good way to access all classes of js-joda. [see issue](https://github.com/js-joda/js-joda/issues/150)

Probably incomplete list of the kinds of things that'll need work - interop syntax (Class/staticMethod not in cljs) - no extend in cljs - imports of java.time need alternative to...

A few points on all this: - As others have said, there aren't tick or cljc.java-time entities - those clj/s libs are just sugar fns that operate on java.time and...

fyi update on the js platform date API 'Temporal' - Temporal API has reached ‘stage 3’ - meaning it’s out for implementors - I’ve been thinking about a Clojure take...

Thanks 😊 On Tue, 23 Mar 2021, 19:38 Tommi Reiman, ***@***.***> wrote: > @henryw374 looking forward to tempo, like > the rationale. > > — > You are receiving this...

no news - still stage 3 & still lots of development activity. I've no idea how long it'll take either. A prediction was made by one of the main devs...

The names have been stable for well over a year now and cannot really change now since it's `Stage 3` if I understand corrrectly. The table of contents at the...

using jsjoda directly would be compatible with cljc.java-time, but FYI cljc.java-time depends on https://github.com/henryw374/cljs.java-time - this library just does a few things to make jsjoda more usable from cljs: it...