Coffeescript

Business logic written in Coffeescript, and compiled to Javascript.

Source code: luhn.coffee (Compiles to luhn.js)

To recompile luhn.js form luhn.coffee, run:

        $ npm install
        $ npx coffee -c -m -o luhn.js luhn.coffee