lua-users home
lua-l archive

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



On Wednesday, February 6, 2002, at 02:09  PM, jim@mathies.com wrote:
In including this functionality with the core distro you are implying that it is part of the Lua standard. And in doing do, your saying "this is the way
you use Lua" to the world.

This is what concerns me as well. Including a loadlib in the core implies that the proper way to compile and use bindings is in their dynamic form. As dynamic libs are only appropriate for certain uses, this implies that those uses are what lua is being designed for. (A Perl/Python system scripting language installed in system directories with path and environment variable dependencies - the opposite of an embeddable VM)

Steve