|
>[...]I don't need a default package that exposes every nook and> cranny of XML to my scripting language and gives me 5 differentI know what you mean, but XML's a very bad example. Unless you do a
> paradigms to choose from.
phenomenal amount of coding, any home-brew XML tweaker will depend on
the spacing and line breaking of the input XML, and that's a horrible
mess.
> The fantastic thing about lua is that it's so easy to connect withYou really, really, REALLY need to document exactly how you make these
> C/C++ that I don't really care whether it comes with batteries. If
> there's a library that has a C/C++ API I write a quick class to
> provide the functionality, have the class bound automatically into
> lua and boom, I have what I need in lua.
Lua wrappers for C libraries, publish it publicly, and let the Lua
website link to it.
That being said, my impression has always been that C at least (I hate
C++) doesn't have the wealth of libraries that Perl and Python do.