Transcrypt

Business logic written in Python, compiled to Javascript using Transcrypt.

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

To recompile luhn.py into javascript, run:

        $ pip install transcrypt
        $ transcrypt -m -b luhn.py