336
Lua rule (lemmy.blahaj.zone)
submitted 10 months ago by Finalsolo963 to c/196

A ruler with the logo for the Lua Programming language

you are viewing a single comment's thread
view the rest of the comments
[-] lugal@lemmy.ml 16 points 10 months ago

Why does it go to 19 and not 20? You're saving on the wrong end!

[-] Kerb@discuss.tchncs.de 58 points 10 months ago* (last edited 10 months 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

[-] Amaltheamannen@lemmy.ml 20 points 10 months ago

The reason for the convention is that it used to be just a pointer (adress) to consecutive elements in memory. A[x] is then literally translated to the adress of A + sizeof(x)*x. Meaning that the first element is at A[0].

[-] SkyeStarfall 9 points 10 months ago

I mean, it's still the case under the hood, and languages like C do work that way. Sure, it's abstracted away in most programming languages these days, but if you ever need to do direct memory management, it's very much still how it works.

[-] AdrianTheFrog@lemmy.world 4 points 10 months ago

Scratch and Mathematica also have arrays start at one.

[-] lugal@lemmy.ml 3 points 10 months ago

I never worked with lua but I get it now. Thanks!

this post was submitted on 08 Mar 2024
336 points (100.0% liked)

196

16790 readers
2220 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 2 years ago
MODERATORS