I just wanted to point out that you can indeed make a "big" videogame that is partly written in Lua. That consists of about 1,000,000 lines of Lua code and preforms 10,000-50,000 function calls per frame. (In Lua)
And still run it on an xbox360 and ps3.
I'm sure that some of you are not surprised to hear about this. But the general view today by a lot of people is that Lua (or any other dynamic language) is to slow to be used to other things then just basic levelcripting and configuration, and definitely to slow to run on today's video consoles.
So I just wanted to give some examples of "big" games that I can account for is using Lua. Not only as a scripting language. But also as a full scale programming language that has replaced about 50% of what was once written in C++.
2010/2/12 Joseph Saadé
<jsaade@gmail.com>
what does scripting have to do with AAA game?
lua would be used in the engine to script some behaviors and make the production faster (ie farcry)
but that does not mean that if you use such engine you will have an AAA game,
it also depends on content and gameplay.
On Fri, Feb 12, 2010 at 12:05 PM, Enrico Colombini
<erix@erix.it> wrote:
Even if a bit optimistic, especially on such points as "bug free" ;-)
Enrico