Thanks for the feedback! Will have a look at the linter.
I looked at Lua briefly, but the immediate impression I got was that Python gives you more help in avoiding errors. In Lua, you might be bitten by: * variable name typos (undeclared vars are nil), * accidentally…
Thanks for the feedback! Will have a look at the linter.
I looked at Lua briefly, but the immediate impression I got was that Python gives you more help in avoiding errors. In Lua, you might be bitten by: * variable name typos (undeclared vars are nil), * accidentally…