Python Programming Language -- Official Website. Python en:First Steps. Lua Programming language. About. What is Lua? Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode with a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. Where does Lua come from? Lua is designed, implemented, and maintained by a team at PUC-Rio, the Pontifical Catholic University of Rio de Janeiro in Brazil. What's in a name? "Lua" (pronounced LOO-ah) means "Moon" in Portuguese.
Joining the community There are several meeting places for the Lua community where you can go to learn and help others and contribute in other ways. Supporting Lua Why choose Lua? Squeak Smalltalk. Squeak by Example.