lua: lua 5.2.3 (Lua scripting language)  
lua:  
lua: Lua is a powerful light-weight programming language designed for 
lua: extending applications. It is also frequently used as a general-purpose, 
lua: stand-alone language. Lua is implemented as a small library of C 
lua: functions, written in ANSI C, and compiles unmodified in all known 
lua: platforms. The implementation goals are simplicity, efficiency, 
lua: portability, and low embedding cost. The result is a fast language engine 
lua: with small footprint, making it ideal in embedded systems too.  
lua: 
lua:

