В тексте блога, присутствует намёк указывающий на использование питона.
P.S. Цитата из FAQ:
"
What programming language is used to add and modify content in EVE?EVE uses a special Stackless version of Python to implement game logic, both on the server and the client. This approach makes the creation of game logic much simpler than traditionally possible. The control structures provided by Stackless allow for a more "procedural synchronous" model, rather than an "event driven asynchronous", or thread pooling.
What this effectively means is that very many actors can perform tiny tasks without the added complexity or overhead of the other two execution models. Our game logic scripters are thus freed from many of the mundane tasks associated with models that don't benefit from the control structures provided by Stackless and often bogg down the creative process of writing interesting game behavior. Also, this approach means that making changes to the game is very easy: Many of them can be done even when the world is running, without having to to reboot the servers."
http://support.eve-o...cle.aspx?id=128
Сообщение отредактировал Fath: 15 April 2009 - 1:12