* Added JS scripting functionality via duktape. You can now write scripts and execute them, provided they are ECMAScript 5.1 compliant. See the examples/ directory for a bit more information.
* Added native print(), readFile(), and writeFile() functions (see above)