cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
plexus 2021-03-09T05:30:02.084200Z

array? is another one that comes to mind, exists in cljs but not in clj

alexmiller 2021-03-09T05:32:41.085500Z

seems potentially useful for portability if can then write code that works with both clj/cljs parts of the array api

borkdude 2021-03-09T07:53:20.085900Z

Ah, I needed that one recently

thheller 2021-03-09T07:57:57.086600Z

given how vastly different JS arrays are from JVM arrays I doubt array? would make things "more portable".

alexmiller 2021-03-09T13:41:39.087500Z

Well that was the “if” part of my last message :)