Fork me on GitHub
#cljs-dev
<
2017-12-02
>
mfikes00:12:37

^ Patch attached to CLJS-2426. Looks fairly cut-n-dry.

rauh07:12:04

Looks like iterator-seq is missing in CLJS.

thheller08:12:26

@rauh there is es6-iterator-seq

rauh08:12:06

@thheller Oh I see. Thanks

rauh08:12:59

FWIW: (seq "on a string") uses IndexedSeq which looks up values by array access which isn't really compatible with all browser (it should use .charAt). That's why I was looking for (iterator-seq ..) since it could be a workaround (iterator-seq (iter "some-string")) would work properly.

thheller08:12:24

also a review of this would be neat. I’m pretty sure its correct but you know more abouts tags https://dev.clojure.org/jira/browse/CLJS-2385

dnolen14:12:04

@thheller will take a look thanks