lua-users home
lua-l archive

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


On Jan 31, 2008 6:25 PM, Eike Decker <eike@cube3d.de> wrote:
>
> I heard once that some people prefer python because there is only one way how to
> do it while other prefer perl because there are many ways how to do it. I think
> I like lua because I can be very creative to find neat descriptive coding
> styles without using too many special characters.

CMake has only 1 exceedingly butt-simple way to do it:
function(KEYWORD arg arg arg ... KEYWORD arg arg arg...)  I'm starting
to realize that unless there's something to be gained from more
flexible and elaborate constructs, this is an advantage for a build
system.


Cheers,
Brandon Van Every