I used the XML, INI, and yaml files for customization in Python, as well as in a .NET C # application.
I recently learned the lua language and tried its implementation on the .NET platform. I believe that Lua for configuration seems cleaner and more readable. In addition, it provides the ability to create scripts.
Since I heard that the Lua source database is very small, and it only uses the table data structure, can I use the Lua language as a configuration file in a .NET application? Thus, I can use Lua to determine my configuration, add additional scripts to validate the data, add additional interceptors at runtime. The goal is to bind C # and Lua.NET and still have options for reading configuration information? I saw a definition configuration file using XML and Lua, and the Lua version was very neat and understandable than the XML version.
user90150
source
share