Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 402 Bytes

File metadata and controls

26 lines (16 loc) · 402 Bytes

Lua Scripting

Introduction

Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.

Installation

Windows

scoop install main/lua

Linux

sudo apt-get install lua5.4

Mac

brew install lua