coco icon indicating copy to clipboard operation
coco copied to clipboard

unary spread for lists

Open aeosynth opened this issue 12 years ago • 2 comments

f 10(a, b) -> f 10*a, 10*b

aeosynth avatar May 18 '13 20:05 aeosynth

more like f ...(2*[a, b])?

vendethiel avatar May 18 '13 20:05 vendethiel

like that, but simpler and without the perf hit. really i just want macros

aeosynth avatar May 18 '13 20:05 aeosynth