lua-users home
lua-l archive

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



On 8 Jan 2006, at 23:27, David Given wrote:
Also remember that any additional layers of abstraction mean extra code, and Lua is primarily an *embedded* language. Most Lua programs aren't intended to be portable because the author knows exactly the platform that it's going to
run on.

In those instances, the programmer can do exactly what they'd do if their platform didn't support floating point maths - leave a library out because it's not useful. That's no argument for it not to be there in the first place, though.

--
Lisa