Fork me on GitHub
#adventofcode
<
2018-01-10
>
mfikes17:01:29

@bhauman FWIW, while it would be much faster, we can’t have a directly-reducible version of tree-seq. Details are in the last comment in https://dev.clojure.org/jira/browse/CLJS-2464

mfikes17:01:36

You can always define your own tree-seq' as illustrated here: https://gist.github.com/mfikes/cc1d1fac47e7dc112b0b9f4e3de11eae

bhauman19:01:00

@mfikes coolio, thanks for the update