EmpireOfCats
Death to Giant Robots
Has anybody heard which version of Python will be used? There are two reasons why this is important.
First, Python 2.6 and later includes a new module for multiprocessing, which could go a long way towards fighting the speed problems that some mods and in Civ IV. Second, Python 3.1 is not backwards compatible and not installed by default on any system I know of, but gets rid of lots of problems like the terrible Unicode handling.
(Note that I am assuming that they will include Python because their moder base is used to it. I can't imagine that they force everybody to learn C++, a language that has gotten so complex that even Google is developing an alternative.)
First, Python 2.6 and later includes a new module for multiprocessing, which could go a long way towards fighting the speed problems that some mods and in Civ IV. Second, Python 3.1 is not backwards compatible and not installed by default on any system I know of, but gets rid of lots of problems like the terrible Unicode handling.
(Note that I am assuming that they will include Python because their moder base is used to it. I can't imagine that they force everybody to learn C++, a language that has gotten so complex that even Google is developing an alternative.)