lua-users home
lua-l archive

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


> > Or like the sample from Alexander
> >
> > foo "name"
> > {
> >   bar "bar";
> >   baz "baz";
> > }
>
> Hrm, to me the bar and baz look like type declarations.
>
> I've been lurking around here trying to decide if there's value in
> using Lua as an embedded language for the CMake cross-platform build
> tool.  http://www.cmake.org  <...>

As a side note, when some time ago we've considered which
crossplatform build tool to use for our next project, we've dropped
CMake due to its "custom" language. We've decided to use SCons then...
and now we've happily moved to Lua-based premake. :-)

Alexander.