I'm in need of suggestions of ways (be it via markup language or something else) to handle the storing and usage of info in flat files for use in the MUD.
I have looked at XML and S-Lang (which looks like a Lua-style scripting language), but I am unaware of any other options.
I find XML to be far to verbose and to much of a pita to work with unless much of the work is automated, and S-Lang, being a scripting language, brings me to wonder whether I could write this info in Lua.
Databases, on the other hand, are something I'm not going to use right now.
I have looked at XML and S-Lang (which looks like a Lua-style scripting language), but I am unaware of any other options.
I find XML to be far to verbose and to much of a pita to work with unless much of the work is automated, and S-Lang, being a scripting language, brings me to wonder whether I could write this info in Lua.
Databases, on the other hand, are something I'm not going to use right now.