[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why IS Lua Used
- From: Pierre-Yves Gérardy <pygy79@...>
- Date: Wed, 1 Feb 2012 11:00:54 +0100
On Wed, Feb 1, 2012 at 04:48, Miles Bader <miles@gnu.org> wrote:
> .... I shudder to imagine the flame wars that must have preceded the
> decision though... :O
Not much, actually[1]. The main reason they went for Lua is the
malleability of the VM. They needed good performance, a limit on the
resources that a script can use, and fast, easy interoperation with
PHP. The fact that the language is easy to learn also came into
consideration.
There was some opposition, but mostly because few people knew about
Lua, or understood the technical requirements.
[1]: http://www.mediawiki.org/wiki/User:Sumanah/Lua_vs_Javascript
-- Pierre-Yves