Info
Version: | 5.4.7.2 |
Author(s): | R. Ierusalimschy, L. H. de Figueiredo, W. Celes |
Last Update: | Thursday, October 3, 2024 |
.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.