Comment by nerdponx
3 years ago
There's also Lua, which is a full Turing complete language but is still pretty nice for writing config files, and is easy to embed.
3 years ago
There's also Lua, which is a full Turing complete language but is still pretty nice for writing config files, and is easy to embed.
Followup to my own post: don't forget about Scheme! Same nice properties as Lua, but you get some extra conveniences from using s-expressions (which can represent objects somewhat more flexibly, like XML, than Lua, which is more or less 1:1 with JSON).