Re: Start of Lua rewrite in C++
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Start of Lua rewrite in C++
- From: Ralph Hempel <rhempel@...>
- Date: 2007年10月24日 14:05:28 -0400
Colin wrote:
On Wed, Oct 24, 2007 at 03:14:53PM -0200, Luiz Henrique de Figueiredo wrote:
What's the point of rewriting Lua in C++? The code already compiles as C++.
That's a spontaneous brainstorm...
Colin, somebody else will probably chime in here, but the fact that
Lua compiles under straight ANSI C is a complete win for the deeply
embedded field that myself and others use Lua in.
Moving to C++ will flat out not work on many small systems.
Ralph