[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Unique directions for Lua?
- From: Steve Dekorte <steve@...>
- Date: Wed, 6 Feb 2002 17:02:24 -0800
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