Quine

Quine

Inspired by this impressive piece of engineering, I tried to write my one quine in CoffeeScript.

The trick I used was to encode the entire file into decimal ASCII and store it in the data array. To rebuild the actual code, you convert it back to characters. This lets you store the code, and run it too!