satyr/coco

unary spread for lists

aeosynth opened this issue · 2 comments

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