https://github.com/orgs/madclj/discussions/53 Following up from https://github.com/orgs/madclj/discussions/37, there are a few outstanding tasks. I need to construct benchmarks to determine the runtime cost of optimizing the expansion of doseq. this might help proposing it upstream to clojure core. 1. we could play with cloogle (indexed analysis results of clojure libs) to understand how doseq is used in practice https://cloogle.phronemophobic.com/name-search.html?q=clojure.core%2Fdoseq&tables=var-usages Extra fun: 1. we could port doseq to https://gitlab.com/andreyorst/fennel-cljlib https://github.com/orgs/madclj/discussions/53