Andrew Robbins

Results 5 issues of Andrew Robbins

**To Reproduce** Steps to reproduce the behavior: 1. for i in 2 3 4 5 6 7 8 9; do node ./dist/bin/puzzle-geometry-bin.js --ksolve --optimize ${i}x${i}x${i} > ${i}x${i}x${i}-pg.tws; done 2. for...

`wren_debug.c` should use `vm->config.writeFn` instead of `printf`.

I only started using Wren yesterday, so I might have missed something in the docs. I was experimenting with OOP in Wren and I couldn't understand why all of the...