lua-users home
lua-l archive

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


On Feb 3, 2008 12:08 AM, Wesley Smith <wesley.hoke@gmail.com> wrote:
> Well, when you include modules like lfs (Lua File System), lua SVN,
> luasocket, etc., I'd wager that you could indeed do more with Lua than
> you could with CMake (or at lest in a more unified fashion without
> having to resort to shell scripts and such).  I may be wrong though.
> Does CMake allow for the programmatic searching of files in directory
> trees or allow updating of files from a repository?

Experiments continue....

http://lua-users.org/wiki/LuaBuildBou

Particularly: if your build language is a DSL embedded in a real
proven language, then you have a big advantage on handling those
awkward cases that require shelling-out (which is a total portability
problem)

steve d.