3 comments

  • j-bos 5 minutes ago
  • taybin 1 hour ago
    For a long time I was convinced they used Erlang for handling all the distributed, concurrent state. I guess not.
    • ManBeardPc 46 minutes ago
      Last I checked (and remember right) they used Stackless Python. Very interesting, it can serialize tasklets and send them to another machine to continue executing. Seems no longer maintained though.
      • tjpnz 1 minute ago
        Is this unique to Stackless Python?
    • strobe 45 minutes ago
      at least while ago they used Stackless Python
  • jdw64 28 minutes ago
    I followed and forked it on GitHub. When Eve Online first came out, the graphics were stunning. I'm planning to dig into the code and take a close look at how the graphics renderer was implemented.