satyr / coco

Unfancy CoffeeScript
http://satyr.github.com/coco/
MIT License
498 stars 48 forks source link

unary spread for lists #223

Open aeosynth opened 11 years ago

aeosynth commented 11 years ago

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

vendethiel commented 11 years ago

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

aeosynth commented 11 years ago

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