Menu
Features
Categories
Audio (347)
Datatype (51)
Demo (204)
Development (609)
Document (24)
Driver (98)
Emulation (153)
Game (1029)
Graphics (510)
Library (119)
Network (236)
Office (67)
Utility (938)
Video (72)
Total files: 4457
Full index fileRecent index file Links
Amigans.net Aminet IntuitionBase Hyperion Entertainment A-Eon Amiga Future
Support the site
liblua
Download: liblua.lha (TIPS: Use the right click menu if your browser takes you back here all the time) Size: 1Mb
Version: 5.4.8
Date: 21 Oct 2025
Author: Lua Team
Replaces: development/language/liblua.lha
License: Other
Distribute: yes
Min OS Version: 4.1
FileID: 13557
Downloads: 56 (Current version)
561 (Accumulated)
Votes: 0 (0/0) (30 days/7 days)
liblua 5.4.8. An older version, 5.2.4, is also included in this archive.
----------------------
Lua is a powerful, efficient, lightweight, embeddable scripting language. It
supports procedural programming, object-oriented programming, functional
programming, data-driven programming, and data description.
Lua combines simple procedural syntax with powerful data description constructs
based on associative arrays and extensible semantics. Lua is dynamically typed,
runs by interpreting bytecode with a register-based virtual machine, and has
automatic memory management with incremental garbage collection, making it ideal
for configuration, scripting, and rapid prototyping.