Jonathan Whiting
BRANK

I am an unusual beast. All my solo project games I've been making recently have been written in 'vanilla' C. Nobody does this. So I think it might be interesting to explain why I do.Dry programming language opinions incoming, you have been warned.What I need from a languageThere's some things which are non-negotiable. First of, it has to be reliable. I can't afford to spend my time dealing with bugs I didn't cause myself.A lot of my games were written for flash, and now flash is dying. I do not want to spend my time porting old games to new platforms, I want to make new games. I need a platform that I am confident will be around for a while.Similarly I want to avoid tying myself to a particular OS, and ideally I'd like to have the option of developing for consoles. So it's important that my programming language is portable, and that it has good portable library support.What I want from a languageThe strongest thing on my desired, but not required list is simplicity. I find looking up …

jonathanwhiting.com
Related Topics: