15:45
<shu>
jschoi: how do you do your corpus analyses? i'm interested in gauging the popularity of some Array methods
15:46
<jschoi>
shu: Take a look at the “What methodology was used” disclosure element at the end of this section: https://github.com/tc39/proposal-bind-this#bind-and-call-are-very-common.
15:47
<shu>
ah you did mention Gzmenid
15:47
<shu>
neat, thank you!
15:47
<jschoi>

Basically, download Gzemnid’s slim.code.js.txt.lz4 and search.topcode.sh.
Then run:

./search.topcode.sh '\.bind\b' | awk 'END { print NR }’

…or whatever.

16:52
<Ashley Claymore>
Not as impressive as what jschoi has done but we also did a bit of corpus research for change-array-by-copy: https://github.com/tc39/proposal-change-array-by-copy/issues/37
16:53
<Ashley Claymore>
regex matching, so .slice could be string or array