Solved the base-level headaches I was having yesterday. Huge sigh of relief. I now have a free IDE called Eclipse running a C++ compiler and a bunch of open-source graphic widgets called Qt.
So why on Earth would I want to get serious about learning computer programming? Glad you asked.
I’ve written several computer-based interactive stories. I find it a fascinating medium … but there’s no money in it. Software of this type is, with very few exceptions, downloadable for free. Since I’d like to have a little money coming in, it’s very natural to wonder how I might be able to sell an interactive novel, either direct to customers or to a real publisher.
The tools for actually writing the stories (namely Inform 7 and TADS 3) are amazingly sophisticated and powerful. But they don’t create free-standing software. They create a story file that has to be loaded into and run within a program called an interpreter (‘terp’ for short). And the appearance and features of the available interpreters have lagged far behind the story development software. Read the rest of this entry »