TL;DR: Difference between revisions

Content added Content deleted
(Added Lua)
Line 104: Line 104:
=={{header|Lua}}==
=={{header|Lua}}==


Lua is scripting language designed for ease of learning, portability and ease of embedding in applications. Lua is particularly popular in the gaming industry but is widely used in other spheres and as a stand-alone programming language. Noted for simplicity and speed (even without luaJIT and other JIT compilers). Programs can be run from source or pre-compiled to byte code.
Lua is an open-source scripting language designed for ease of learning, portability and ease of embedding in applications. Lua is particularly popular in the gaming industry but is widely used in other spheres and as a stand-alone programming language. Noted for simplicity and speed (even without luaJIT and other JIT compilers). Programs can be run from source or pre-compiled to byte code.


=={{header|Mathematica}}==
=={{header|Mathematica}}==