3
What is Lua?
Yet another scripting language
Developed in Brazil in early 90's
Reputation for speed
Very light (~350k including standard lib)
Easily embedded via C api (#include <lua.h>)
Simple syntax, data structures
Add a Comment