lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 9 Apr 2003 at 11:39, John Belmonte wrote:
> 
> My practical argument is that a C++ developer seriously using Lua would make a 
> native C++ interface to the Lua library.  As a side effect of the wrapper, the 
> extern "C" need only been written in one single place, and that is the end of it.
> 
> -John

IMHO, the extern "C" { } inside Lua is better for the app developer, maybe
worse for the developers of Lua. A chance to lower the amout of stuff the
user(developer) has to worry about is missed and Bill Gates makes another
million. :-)

- Fabio