.

Lua


Reading time: less than 1 minute

Lua is a small scripting / programming language.

It is designed to be very embeddable, and this is the number one use case for Lua. Lua is used as the configuration, plug-in or scripting language for many game engines, text editors and 3D design software.

An interesting part of Lua is the fact that it uses 1-based indexing rather than the more common 0-based indexing.

The following pages link here

Citation

If you find this work useful, please cite it as:
@article{yaltirakli,
  title   = "Lua",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2025",
  url     = "https://www.gkbrk.com/lua"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Lua", August, 2025. [Online]. Available: https://www.gkbrk.com/lua. [Accessed Aug. 24, 2025].
APA Style
Yaltirakli, G. (2025, August 24). Lua. https://www.gkbrk.com/lua
Bluebook Style
Gokberk Yaltirakli, Lua, GKBRK.COM (Aug. 24, 2025), https://www.gkbrk.com/lua

Comments

© 2025 Gokberk Yaltirakli