Info
| Version: | 5.4.8 |
| Author(s): | R. Ierusalimschy, L. H. de Figueiredo, W. Celes |
| Last Update: | Wednesday, June 4, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://go.grottel.net/nuget-project/lua |
| NuGet Url: | https://www.nuget.org/packages/lua |
Install
Install-Package lua
dotnet add package lua
paket add lua
lua Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.