[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 5.1
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 23 Oct 2005 14:45:23 -0200
> - lmathlib.c: Maybe math_min, math_max should use the
> luai_numlt() macros?
The main point of those macros is to facilitate changing lua_Number.
lmathlib is already too compromised with doubles.
> Ceterum censeo #1: package.path (the Lua module path) should not
> include the directories where only platform dependent C modules
> should ever be stored.
Lua avoids policies as much as possible. That inclusion allows
another policy with no detriment to the more "standard" one.
-- Roberto