coco
coco copied to clipboard
unary spread for lists
f 10(a, b) -> f 10*a, 10*b
more like f ...(2*[a, b])?
like that, but simpler and without the perf hit. really i just want macros