https://github.com/martinmorando/lua
Notes, Code, and Experiments with Lua
https://github.com/martinmorando/lua
learning lua
Last synced: about 1 year ago
JSON representation
Notes, Code, and Experiments with Lua
- Host: GitHub
- URL: https://github.com/martinmorando/lua
- Owner: martinmorando
- License: mit
- Created: 2025-03-30T22:32:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T23:11:23.000Z (about 1 year ago)
- Last Synced: 2025-03-31T00:18:00.088Z (about 1 year ago)
- Topics: learning, lua
- Language: Lua
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notes, Code, and Experiments with Lua
## Quick Overview
- Created in Brazil in 1993, it is free and open-source
- "Powerful, efficient, lightweight, embeddable scripting language" - [lua.org](https://www.lua.org/about.html)
- Gained popularity for creating web apps, games, and developer tools
## Motivations for Learning Lua
- It will be useful for exploring the Nmap Scripting Engine (NSE), which allows for the automation of tasks (and uses Lua)
## Running Lua Progams
1. Install Lua. [Lua.org](https://www.lua.org/download.html)
2. Execute: `lua file.lua`