[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Bundling several Lua modules in one file
- From: Matt Campbell <mattcampbell@...>
- Date: Mon, 02 Jun 2008 13:27:54 -0500
Hello all:
For the past few versions, Python has been able to import modules
directly from ZIP archives. This may be done to take advantage of ZIP
compression or to ease distribution and installation by reducing the
number of files to install. So has anyone implemented a feature like
this for Lua? I know the Lua package system enables implementation of
features like this outside the Lua core. If no one else has done it,
then I will, but I thought I should check first.
Thanks,
Matt