Five Days with Inform 7: a retrospective review

I also code in an external editor (Neovim for me), and I just use Inform’s command line interface to compile instead of the Inform IDE. VS Code has a plugin that can compile the project for you (I haven’t used it, I just made a shell script). Of course, if you like to test the game in the IDE with the Index and everything (I’ve so far had Vorple as a target so I want to test in a browser anyway), this is less useful, but I thought I’d mention it anyway.

What you’re talking about isn’t syntax, though, it’s semantics! Those problems exist in traditional languages too (like falling through a switch/case in C because you forgot to break, or mixing up = and ==), but usually modern compilers are nice enough to warn you about it.

4 Likes