The Binary Fox
The Binary Fox
The optimized Java version could be further simplified: ```java class yes { public static void main (String[] args) { if (args.length == 0) { while (true) { System.out.println("y"); } }...
Is there any ETA on when this version will be published to npm?
Thanks! If it's not too much trouble, could you also build it for `commonjs` modules? I end up with this error when using it in Node 9.5.0: ``` node_modules/cerialize/dist/index.js:1 ({"Object.":function(module,exports,require,__dirname,__filename,global,jest){import...