[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Alternative to ~= for inequality?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Tue, 12 Feb 2013 20:02:02 +0200
2013/2/12 William Sumner <prestonsumner@me.com>:
> Lua's utility as a configuration language makes syntax an end-user feature.
You don't need to stop at what the Lua standalone handles out of the box.
Your own program can be written in Lua and accept configuration information
in quite a large selection of formats. A well-known format and a good format
are, in that order:
opt1 = json [[
...
]]
opt2 = yaml [[
...
]]
[1] http://lua-users.org/wiki/JsonModules
[2] http://yaml.luaforge.net/
- References:
- Alternative to ~= for inequality?, colinz
- Re: Alternative to ~= for inequality?, Robert Virding
- Re: Alternative to ~= for inequality?, sergei karhof
- Re: Alternative to ~= for inequality?, Joseph Manning
- Re: Alternative to ~= for inequality?, Ross Bencina
- Re: Alternative to ~= for inequality?, Joseph Manning
- Re: Alternative to ~= for inequality?, Miles Bader
- Re: Alternative to ~= for inequality?, Steve Litt
- Re: Alternative to ~= for inequality?, Miles Bader
- Re: Alternative to ~= for inequality?, Dirk Laurie
- Re: Alternative to ~= for inequality?, Michael Richter
- Re: Alternative to ~= for inequality?, William Sumner
- Re: Alternative to ~= for inequality?, Michael Richter
- Re: Alternative to ~= for inequality?, William Sumner