[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: table library changes (was Re: table.new in 5.3?)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 28 Nov 2013 15:57:24 -0200
> The math library is the one that I end up wrapping/patching/extending the
> most. Much of that would not happen at all, if it were written in Lua,
> because Lua will use metamethods and the efficiency that you are gaining
> from the C implementation comes mostly from this loss in flexibility.
Are you really proposing implementing sin, cos, etc in Lua?