• henfredemars@infosec.pub
    ·
    1 个月前

    Love Lua. I just wish the ecosystem wasn’t a choice between a fast JIT implementation and a traditional one that’s compatible with the latest version of the language.

  • Llituro [he/him, they/them]
    ·
    1 个月前

    Fun related fact: both Hades and Hades II are also mostly Lua scripts. And they ship the source code with both games so you can just go look at things like how fishing probabilities are implemented directly in the script.

  • Renegade@infosec.pub
    ·
    1 个月前

    ... the lack of an increment operation, no “continue” instruction, and array indices starting from 1 instead of 0. These differences can be jarring

    Understatement

  • RenardDesMers@lemmy.ml
    ·
    1 个月前

    When I read this kind of stories about game dev where unit tests are very optional, I don’t really regret not working in this industry, especially now with all the layoffs.