Fork me on GitHub
#cljs-dev
<
2021-06-03
>
slipset15:06:36

Darn! It was yesterday!

borkdude15:06:41

off by one, let's celebrate nonetheless!

💯 2
borkdude21:06:47

I compared the implementations of replace between Clojure and CLJS and I discovered that it has (take n (iterate inc 0)) in CLJS instead of (range n)... perhaps because it was implemented when range wasn't available yet?

dnolen23:06:50

yes probably