• August27th@lemmy.ca
    link
    fedilink
    arrow-up
    15
    ·
    edit-2
    1 month ago

    O.C.: Have you consulted about this “tables” approach with other Lua developers?

    I.T.: After that, I went back to Dmitry and asked him if my understanding of “everything is a table” was correct and, if so, why Lua was designed this way. Dmitry told me that Lua was created at the Pontifical Catholic University of Rio de Janeiro and that it was acceptable for Pontifical Catholic Universities to design programming languages this way.

    Lol what? Is there some kind of inside joke about Catholics and tables?

  • RenardDesMers@lemmy.ml
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    1 month ago

    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.

    • deathmetal27@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      1 month ago

      Working in enterprise software development really hammers in the importance of unit tests and integration tests.

  • henfredemars@infosec.pub
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    1 month ago

    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]@hexbear.net
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 month ago

    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.