[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: CMake and Lua
- From: Jean-Claude Wippler <jcw@...>
- Date: Thu, 14 Feb 2008 22:50:56 +0100
On 14 Feb 2008, at 22:33, Brandon Van Every wrote:
Bill said that when CMake first started, they had abundant TCL
experience and knew they didn't want that.
Interesting.
I do find 1 thing genuinely un-likeable about Lua syntax with respect
to build systems. Strings would require quotes. That's a big waste
of time when you're writing strings all the live long day.
Ah, back to Tcl, eh?
Similarly, ${table} instead of unpack(table).
Python uses *table, i.e. * as unary operator - might fit Lua as well.
-jcw
- References:
- CMake and Lua, Ken Martin
- Re: CMake and Lua, Thiago Bastos
- Re: CMake and Lua, Brandon Van Every
- Re: CMake and Lua, KHMan
- Re: CMake and Lua, Brandon Van Every
- Re: CMake and Lua, KHMan
- Re: CMake and Lua, Brandon Van Every
- Re: CMake and Lua, E. Wing
- Re: CMake and Lua, Brandon Van Every
- Re: CMake and Lua, Eric Tetz
- Re: CMake and Lua, Brandon Van Every