54
you are viewing a single comment's thread
view the rest of the comments
[-] kirisamemarisa@lemmy.eco.br 10 points 3 weeks ago

from https://www.lua.org/versions.html:

The releases of Lua are numbered x.y.z, where x is the series, x.y is the version, and z is the release.

Different releases of the same version correspond to bug fixes. Different releases of the same version have the same reference manual, the same virtual machine, and are binary compatible (ABI compatible).

Different versions are really different. The API is likely to be a little different (but with compatibility switches), and there is no ABI compatibility: applications that embed Lua and C libraries for Lua must be recompiled. The virtual machine is also very likely to be different in a new version: Lua programs that have been precompiled for one version will not load in a different version.

[-] villainy@lemmy.world 10 points 3 weeks ago

I like how there's no description of what a "series" is.

[-] AnyOldName3@lemmy.world 11 points 3 weeks ago

There doesn't really need to be as they've stuck to the same series for decades now.

this post was submitted on 05 Aug 2026
54 points (95.0% liked)

Programming

28274 readers
219 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS