Am 28.11.13 22:52, schrieb Lourival Vieira Neto: >> If the standard libraries should be a separate kmod or if the code >> should just reside in lua(4) is another question. > > I really see no reason to put it in another kmod. Moreover, following > the user-space analogy argument, liblua is linked altogether.
I agree in this case, since it is the libraries that usually ship with Lua, users might expect them to be present. Othe than that, don't be shy to create another kmod if you need a library, kmods are the only way to provide libraries to lua(4). of course we must take to not let the number explode.