Lua
I’ve finally figured out the basic framework to get Lua files to load, run and work well with C++ objects. Now, instead of reading in a text file that defines, say, a room, I can read in a Lua program that builds a room when it executes. This is a definite improvement.