<div dir="ltr">i wrote my own tensor library a while ago and it allows the more convenient matlab/python+numpy like syntax:<div><br></div><div>a[ _, 9, R(2, $, -3)] </div><div>these are allowed:</div><div><div>R() or _: full range for an index</div><div>R(a,b): a..b</div></div><div><div>R(a,b,s): when s>0, iota(a,b,s)</div></div><div><div>R(a,b,s): when s<0, iota(a,b,-s).reverse</div></div><div><br></div><div>Could we have this in ndslice?<br></div><div><br></div></div>