Studying how to model signed 64 bit 2s complement integers in javascript
Needs qunit to run tests
I needed to handle Java Longs inside Cloudant DB's Javascript engine. I didn't know what version of Javascript the engine supports so I went with the most basic stuff available.