Last Updated: February 25, 2016
·
1.499K
· leemachin

basic maths in coffeescript, á la lisp

Because the standard operators are sooooo cliché.

https://github.com/leemachin/maths.js

m = new Maths

(m.add 1, 12,
    (m.multiply 10, 2,
        (m.subtract 10, (m.divide 8, 4))))