Popular x64 Tags
- compile x64 download
- compiler x64 download
- pascal x64 download
- web site x64 download
- web site management x64 download
- sitemaps generator x64 download
- ide x64 download
- python debugger x64 download
- visual studio x64 download
- python x64 download
- programming x64 download
- debug x64 download
- software x64 download
- create application x64 download
- development x64 download
- python ide x64 download
- wingware x64 download
- language x64 download
- browser x64 download
- vb net x64 download
- audio processing x64 download
- debugger x64 download
- free controls x64 download
- improve x64 download
- java ide x64 download
- development environment x64 download
- javascript x64 download
- parser x64 download
- code optimization x64 download
- dll x64 download
Lua 5.4.6
Sponsored links:
Ryan Pusztai, Steve Donovan, Andrew Wilson
What is Lua?
Lua is a powerful, fast, lightweight, embeddable scripting language. Lua is free software distributed in source code. It may be used for any purpose, including commercial purposes, at absolutely no cost.
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 for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
Why choose Lua?
Lua is a proven, robust language
Lua has been used in many industrial applications (e.g., Adobe's Photoshop Lightroom), with an emphasis on embedded systems (e.g., the Ginga middleware for digital TV in Brazil) and games (e.g., World of Warcraft). Lua is currently the leading scripting language in games. Lua has a solid reference manual and there are several books about it. Several versions of Lua have been released and used in real applications since its creation in 1993. Lua featured in HOPL III, the Third ACM SIGPLAN History of Programming Languages Conference, in June 2007.
Lua is fast
Lua has a deserved reputation for performance. To claim to be "as fast as Lua" is an aspiration of other scripting languages. Several benchmarks show Lua as the fastest language in the realm of interpreted scripting languages. Lua is fast not only in fine-tuned benchmark programs, but in real life too. A substantial fraction of large applications have been written in Lua.
Lua is portable
Lua is distributed in a small package and builds out-of-the-box in all platforms that have an ANSI/ISO C compiler. Lua runs on all flavors of Unix and Windows, and also on mobile devices (such as handheld computers and cell phones that use BREW, Symbian, Pocket PC, etc.) and embedded microprocessors (such as ARM and Rabbit) for applications like Lego MindStorms.
For specific reasons why Lua is a good choice also for constrained devices, read this summary by Mike Pall. See also a poster created by Timm Müller.
Lua is embeddable
Lua is a fast language engine with small footprint that you can embed easily into your application. Lua has a simple and well documented API that allows strong integration with code written in other languages. It is easy to extend Lua with libraries written in other languages. It is also easy to extend programs written in other languages with Lua. Lua has been used to extend programs written not only in C and C++, but also in Java, C#, Smalltalk, Fortran, Ada, Erlang, and even in other scripting languages, such as Perl and Ruby.
Lua is powerful (but simple)
A fundamental concept in the design of Lua is to provide meta-mechanisms for implementing features, instead of providing a host of features directly in the language. For example, although Lua is not a pure object-oriented language, it does provide meta-mechanisms for implementing classes and inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the language small, while allowing the semantics to be extended in unconventional ways.
Lua is small
Adding Lua to an application does not bloat it. The tarball for Lua 5.1.4, which contains source code, documentation, and examples, takes 212K compressed and 860K uncompressed. The source contains around 17000 lines of C. Under Linux, the Lua interpreter built with all standard Lua libraries takes 153K and the Lua library takes 203K.
Lua is free
Lua is free open-source software, distributed under a very liberal license (the well-known MIT license). It may be used for any purpose, including commercial purposes, at absolutely no cost. Just download it and use it.
Lua is a powerful, fast, lightweight, embeddable scripting language. Lua is free software distributed in source code. It may be used for any purpose, including commercial purposes, at absolutely no cost.
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 for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
Why choose Lua?
Lua is a proven, robust language
Lua has been used in many industrial applications (e.g., Adobe's Photoshop Lightroom), with an emphasis on embedded systems (e.g., the Ginga middleware for digital TV in Brazil) and games (e.g., World of Warcraft). Lua is currently the leading scripting language in games. Lua has a solid reference manual and there are several books about it. Several versions of Lua have been released and used in real applications since its creation in 1993. Lua featured in HOPL III, the Third ACM SIGPLAN History of Programming Languages Conference, in June 2007.
Lua is fast
Lua has a deserved reputation for performance. To claim to be "as fast as Lua" is an aspiration of other scripting languages. Several benchmarks show Lua as the fastest language in the realm of interpreted scripting languages. Lua is fast not only in fine-tuned benchmark programs, but in real life too. A substantial fraction of large applications have been written in Lua.
Lua is portable
Lua is distributed in a small package and builds out-of-the-box in all platforms that have an ANSI/ISO C compiler. Lua runs on all flavors of Unix and Windows, and also on mobile devices (such as handheld computers and cell phones that use BREW, Symbian, Pocket PC, etc.) and embedded microprocessors (such as ARM and Rabbit) for applications like Lego MindStorms.
For specific reasons why Lua is a good choice also for constrained devices, read this summary by Mike Pall. See also a poster created by Timm Müller.
Lua is embeddable
Lua is a fast language engine with small footprint that you can embed easily into your application. Lua has a simple and well documented API that allows strong integration with code written in other languages. It is easy to extend Lua with libraries written in other languages. It is also easy to extend programs written in other languages with Lua. Lua has been used to extend programs written not only in C and C++, but also in Java, C#, Smalltalk, Fortran, Ada, Erlang, and even in other scripting languages, such as Perl and Ruby.
Lua is powerful (but simple)
A fundamental concept in the design of Lua is to provide meta-mechanisms for implementing features, instead of providing a host of features directly in the language. For example, although Lua is not a pure object-oriented language, it does provide meta-mechanisms for implementing classes and inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the language small, while allowing the semantics to be extended in unconventional ways.
Lua is small
Adding Lua to an application does not bloat it. The tarball for Lua 5.1.4, which contains source code, documentation, and examples, takes 212K compressed and 860K uncompressed. The source contains around 17000 lines of C. Under Linux, the Lua interpreter built with all standard Lua libraries takes 153K and the Lua library takes 203K.
Lua is free
Lua is free open-source software, distributed under a very liberal license (the well-known MIT license). It may be used for any purpose, including commercial purposes, at absolutely no cost. Just download it and use it.
OS: Windows 2000, Windows 2003, Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Windows 8, Windows 8 x64, Windows 10, Windows 10 x64, Windows 11, Linux
Add Your Review or 64-bit Compatibility Report
Top Compilers & Interpreters 64-bit downloads
Python 3.14.3
Python: Versatile, high-level programming language for web, data, and automation.
Open Source
AppStudio 9.4.6.1
Create cross-platform mobile apps effortlessly with AppStudio's intuitive tools.
Demo | $150.00
Qt 6.10.2
Qt: A powerful framework for cross-platform application development.
Trialware | $4 110.00
Gravilux for Win8 UI 1.20.6
Antigravity: A revolutionary tool for effortless project management and collaboration.
Shareware
Wing IDE Personal 10.0.4.0
An integrated development environment (IDE) for the Python programming language
Freeware
Understand 7.2 Build 1246
Understand: Advanced static analysis tool for code comprehension and quality.
Demo
jScripter. 1.03.1606
Powerful javascript-driven application for easy website testing/scraping.
Freeware
tags: jscripter, java scripter, scraper, web, webscraper, web-scraper, scrape website, extract, load, parse, parsing, betting, sportsbook, sport, bet365, pinacle
Members area
Top 64-bit Downloads
-
PDF Viewer SDK ActiveX
x64 8.5
x64 shareware download -
Software Ideas Modeler
Portable x64 14.55
x64 freeware download -
dotNet Sniffer 64-bit
x64 2.0
x64 freeware download -
DotNetBrowser 3.5.0
x64 commercial download -
HPC Pack 2008 R2 SDK x64 3.3.3950 SP3
x64 freeware download -
Microsoft Speech SDK 11
x64 freeware download -
HDFView x64 3.3.2
x64 freeware download -
PyScripter x64 4.3.4
x64 open source download -
exe4j x64 9.0
x64 demo download -
Dart Editor 2.19.6
x64 open source download
Top Downloads
-
NASM 2.16.01
open source download -
WebData 10.2.4.0
shareware download -
Delphi 12.0
shareware download -
Library .NET 19.8.8201
trialware download -
PHP 8.5.4
open source download -
OpenWire 8.0.0.156
freeware download -
.NET Logging Library 2.20
shareware download -
Document .Net 2026.3.5
demo download -
Swapy 0.5.4
open source download -
UtilsLib 7.2
demo download -
Python 3.14.3
open source download -
.NET SFTP Library 6.13
shareware download -
jPDFImages 2021R1
demo download -
Fiddler 5.0.20242.10753 Clas
trialware download -
PeStudio 9.60
shareware download











