jcoglan / fargo

Lisp with fibers for Node.js
http://fargo.jcoglan.com
157 stars 10 forks source link

Variadic versions of '+', '-', '*', '/' #3

Closed joedavis closed 13 years ago

joedavis commented 13 years ago

Functions '+', '-', '*', and '/' are now varidic. Previously they would ignore arguments after the first two.

jcoglan commented 13 years ago

Thanks for this. Should show up on the try-fargo site next week when I'm back at real non-phone computer.

jcoglan commented 13 years ago

These behaviours are all now present as of https://github.com/jcoglan/fargo/commit/1fd6c674d43a006cd2e8bc4a3fd7cd9be863a54e, which I just deployed to fargo.jcoglan.com

I hope you don't mind but I needed to get these working while I was offline for a few days so couldn't pull your code. I really appreciate people using this enough to find bugs so please don't be put off.