cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
slipset 2021-06-03T15:17:55.133100Z

Happy birthday! Ten years today! https://github.com/clojure/clojurescript/commit/515900f9762102987bda7d53b919dafc0b6c0580

🎉 16
slipset 2021-06-03T15:21:36.133800Z

Darn! It was yesterday!

borkdude 2021-06-03T15:22:41.134200Z

off by one, let's celebrate nonetheless!

💯 1
alexmiller 2021-06-03T15:36:23.135100Z

🎂

🍻 2
🎂 11
borkdude 2021-06-03T21:46:47.138600Z

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?

dnolen 2021-06-03T23:53:50.139200Z

yes probably