lua5.2

Simple, extensible, embeddable programming language
  https://www.lua.org
  4
  2 reviews



Lua is a powerful, light-weight programming language designed for extending applications. The language engine is accessible as a library, having a C API which allows the application to exchange data with Lua programs and also to extend Lua with C functions. Lua is also used as a general-purpose, stand-alone language through the simple command line interpreter provided.

This package contains the Lua command line interpreter and bytecode compiler. Install it if you are developing or using Lua scripts.
Latest reviews
5
3dBloke 11 years ago

It's hard to praise Lua enough. A beautiful, elegant language on a par with Smalltalk.

5
RodrigoRivera 11 years ago

Ligth, simple, powerful and well documented. Check the website!