satyr / coco

Unfancy CoffeeScript

Home Page:http://satyr.github.com/coco/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unary spread for lists

aeosynth opened this issue · comments

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

commented

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

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