Lua Comparison |
|
There are lots of languages out there. Here is how Lua compares with some of them.
See "Why choose Lua?"[1] on the Lua main site. The Great Computer Language Shootout [2][3] is a benchmark of scripting languages, including Lua. A Windows version [4] is also available. Experiments with Scripting and User-Interface Language [5] is a paper by Kernighan and Van Wyk that benchmarks several scripting languages. An implementation [6] of these benchmarks in Lua is available.
See also Andreas' practical language comparison [7].
A recent comparision focuses on a program to compute the Mandelbrot set in several languages [8].