Lua, what is Lua? [closed]

Lua is a lightweight interpreted programming language developed in Brazil with a focus on embedding.

It is written in Pure ANSI C which means high portability, even as C++ code.

Here is an example:

print("Hello World!")

Wikipedia Summary

Official Site

Leave a Comment