lua-users home
lua-l archive

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Wesley Smith wrote:
[...]
> Do you have an example?  From my perspective, I feel that Lua itself
> is flexible enough to elegantly handle awkward cases.  Since I've
> mostly worked with luamake on my own projects, some of which do have
> awkward points, I can only say that so far so good.

Well, I wrote Prime Mover for precisely the same reason...

The awkward case I wrote PM for was: I have a program made up of n
source files, where n is a big number; I wish to build m of these with
the -fnord flag, where m is also a big number, but smaller than n; some
of those n files are dynamically generated; and I wish to build the
whole program four times, for each combination of debugging on/off and
ARM/ix86 code. make basically gives up and dies if you try to do this
sort of thing (although GNU make's ability to attach variable
declarations to certain file patterns helps hugely).

- --
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│
│ "People who think they know everything really annoy those of us who
│ know we don't." --- Bjarne Stroustrup
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFKrrCLf9E0noFvlzgRAtThAJ9fq2EPmqN96kNEbuiSv/g26J/keQCg3vkd
n9vWBMQlM3/+h8PKEbhbzjs=
=2Ppy
-----END PGP SIGNATURE-----