adventofcode

Happy Advent 2020! Please put answers in the pinned threads or create one if it does not exist yet. | https://github.com/adventofcode-clojurians/adventofcode-clojurians | Join the private leaderboard with code 217019-4a55b8eb
mfikes 2018-01-10T17:53:29.000118Z

@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

mfikes 2018-01-10T17:55:36.000441Z

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

bhauman 2018-01-10T19:09:00.000824Z

@mfikes coolio, thanks for the update