Cameron McAvoy

Results 13 comments of Cameron McAvoy

I wrote an early proof-of-concept but its performance is actually _worse_ than straight tables (see the busted tests for a benchmark) and won't make the cut as is. https://github.com/Afforess/Factorio-Stdlib/blob/95bf8434f7b6a13c40ce3196eda3034b0977ef64/stdlib/iterator.lua

Maybe unrarall should test for the bash version and exit early if it's < 4? ``` if [ "${BASH_VERSINFO}" -lt 4 ]; then echo "$0 only supports bash 4 and...

``` local Evo = require '__EvoGUI__/api' ``` that.... that's a thing? Damn, now a lot of things I've done in the past seem silly. @aubergine10 I'm to blame for the...