A standalone compiler for CoffeeScript? -
i'm writing simple game engine that's based on coffeescript , i've been wondering if there's standalone version of compiler, user wouldn't have install both node.js , coffeescript.
if, say, end product expected functional software package, can include whatever external dependencies need directly in product - package.
this standard os x , apps downloaded app store (mainly) - each downloaded app contains own binary, may contain other required binaries well. games architected way (the obvious deviations being directx , .net runtimes need installed directly system).
alternatively, if target platform windows, package node.js installer own installer.
Comments
Post a Comment