[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Are parenthesis-free calls a Good? (was Re: patch: C-style stringlexing)
- From: "Brandon Van Every" <bvanevery@...>
- Date: Thu, 31 Jan 2008 22:23:50 -0500
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