lua-users home
lua-l archive

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


> I think if you really want to be nice to your users, let them write these
> kinds of settings in a pure data representation language such as yaml. IMHO,
> this is easier to read:
>
> settings = yaml.load [[

Looks great.  But …

   require "yaml"

if one has installed what?  Works under Lua 5.2, yes?