I had a go at rewriting the latter half in Lil, flexing its K/Q heritage: t:readcsv[read["ICC Test Bowl 3003.csv"] "ssiiiiisffiiis"] sorted: select orderby Wkts desc orderby Ave asc where Wkts from t best: select where !gindex by Wkts from sorted bestInClass: select where each v i in Ave v~min (i+1) take Ave end from best allWkts: sorted.Wkts mostCompetitive: extract where (gindex=0)&15 "bestInClass" is probably the…
is there a website or similar for this language? couldn't find anything with a quick google
In addition to the resources others have linked, the main "entrypoint" page for Lil is here: http://beyondloom.com/tools/trylil.html