An open API service indexing awesome lists of open source software.

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

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`