Happy birthday! Ten years today! https://github.com/clojure/clojurescript/commit/515900f9762102987bda7d53b919dafc0b6c0580
Darn! It was yesterday!
off by one, let's celebrate nonetheless!
🎂
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?
yes probably