lua-users home
lua-l archive

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


> - 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