jcoglan / fargo

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

math functions take only two arguments #2

Closed olsonjeffery closed 13 years ago

olsonjeffery commented 13 years ago

as noted here: http://news.ycombinator.com/item?id=2494312

(+ 1 2 3)

.. should return 6, not 3. Just bringing this to your attention :)

olsonjeffery commented 13 years ago

derr. already addressed