A ruler with the logo for the Lua Programming language

    • Kerb@discuss.tchncs.de
      link
      fedilink
      arrow-up
      26
      ·
      edit-2
      1 year ago

      thats probably taking the piss with how lua handles array indexing.

      in most programming languages,
      the first element of an array is element 0,
      in lua arrays start with element 1.

      imo it kinda makes sense,
      but it causes confusion because it goes against established conventions