Write your tests in Q and commit them to sourcecontrol.� Have the CI
tool synchronize the sourcecontrol tree to your test server when
needed.� Have your CI tool execute the Q binary (licensed) and have your
tests log something understandable to the C...
Though, as walter says, in the special condition where bad is sorted,
using over is slightly quicker:q)bad:asc 10000?til 100q)\t do[100; temp
_/ bad+neg til count bad]31
a reliable and simple answer is: �temp[(til count temp) except bad]but:
�temp except temp bad ��is quicker if you have unique symbols/ is
overkill (bad joke)q)temp:100000?`$/:.Q.aq)bad:10000?til 100q)\t do[100;
temp _/ bad+neg til count bad]252q)\t d...