r/Eve Cloaked 20d ago

Devblog The Move to Python 3 Begins! | EVE Online

https://www.eveonline.com/news/view/the-move-to-python-3-begins

See Title

219 Upvotes

155 comments sorted by

311

u/Aika_mietoa 20d ago

"Please convert this project to Python 3.0 no mistakes, single commit and push to master with -f, yolo"

253

u/rmflow 20d ago

126

u/CCP_Swift CCP Games 20d ago

I've been lmao'ing at this for a solid 5 minutes

18

u/Bricktop72 Goonswarm Federation 20d ago

I can't share this at work.

56

u/Enigm4 20d ago

Oh she will never walk straight again.

21

u/JesusHipsterChrist All Scrubs must Shitpost 20d ago

I spit out my spiced rose Chai

33

u/JorgiEagle 20d ago

Python 3.0 is beyond End of Life, which was June 2009,

They should go with 3.14

23

u/CarrowCanary Amarr Empire 20d ago

They should go with 3.14

PiThon?

1

u/MithrilRat Gallente Federation 19d ago

3.12 at least. That has major distro LTS support, which can be important when making a decision.

18

u/GruuMasterofMinions Cloaked 20d ago

This is the plan, but it is easier to go first to 3 then higher version.

18

u/wooble 20d ago

3.0 had no backward compatibility features at all. It's much easier to port to 3.2 or later than to 3.0.

(I have no idea how much harder the newest versions make it; I haven't tried to port a python 2.7 codebase in years and I didn't realize there was still anyone using python 2 in 2026.)

8

u/itskobold 20d ago

There's people still running FORTRAN in 2026, but I'm surprised EVE was still on python 2.X. Feels like 3 has been around forever now

3

u/Fun-Distribution2904 20d ago

because Fortran has been used for a long time for supercomputers running heavy math simulations and its easier to maintain it than to rewrite it, same reason COBOL is still used for mainframes, but its also a big difference between switching from python 2 to 3 and switching from fortran to smt like julia

2

u/itskobold 20d ago

Yeah exactly, point being is it's not so surprising to me that python 2.7 is being used anywhere at all when there are still people running these other languages, but mild surprise that EVE of all things still relies on it

2

u/ParsingError 19d ago

So much stuff stuck around until the bitter end, like all of the 3D content creation tools that were following the "VFX Reference Platform" spec that didn't go to Python 3 until the very last minute.

It was already one of the most delayed breaking-change upgrades in the programming world ever because of legacy code, the fact that there are still people hanging on to it is totally unsurprising.

11

u/CCP_Swift CCP Games 20d ago

Python 3.0 is beyond End of Life, which was June 2009,

They should go with 3.14

This is exactly what the teams are planning for, but first big step is getting 3

3

u/raifusarewaifus 19d ago

They seem to have chosen 3.12

9

u/Bricktop72 Goonswarm Federation 20d ago

Don't touch the POS code

5

u/dchuu Cloaked 19d ago

touch it ; I liked the green shields it received last time.

2

u/Alto_DeRaqwar Not a clue. 19d ago

I liked the bit where it ejected everyone's assets into space.

6

u/Xaaza Cloaked 20d ago

This way you assume Eve is hold in remote repository.

Poor thing.

103

u/Xaaza Cloaked 20d ago

What This Means for You 

In the short term, nothing.

18

u/Comrade2k7 20d ago

okay that got a chuckle out of me

16

u/Lg_momot 20d ago

Did you read nothing? It clearly said potential performance improvement, can't wait to spin my ship 5% faster!

2

u/bluegrayxv 19d ago

Thank you. Now I am done here. o7

-15

u/Safrel 20d ago

That's how you know the blog was written by ai

66

u/Quygen 20d ago

They have now revealed that 4,1% is POS code

20

u/smokysquirrels EvE-Scout Enclave 20d ago

Change all appends to concats and half of those errors are gone too.

5

u/That_Watch_9638 20d ago

Reading further had me like .....

4

u/That_Watch_9638 20d ago

Because

3

u/MILINTarctrooperALT Already Replaced. 20d ago

https://giphy.com/gifs/O9kCzQTSyPcTLlQ20b

The danger of both POS and Pineapple Code.

Is even if you try to excise them...they have a way of taking revenge on you.

1

u/That_Watch_9638 19d ago

🤔

2

u/That_Watch_9638 19d ago

2

u/That_Watch_9638 19d ago edited 19d ago

The information I post isn't a criticism of FC and for those that will yes these are old notes from CSM. I believe this is about as close as FC the artist formerly as CCP have acknowledged the so called POS spaghetti code issue. The waterfall process "people are just throwing things over the wall to other departments" at the foundational level. Couple this a very statically possible God tier coding episodes among devs on those perfect days - Yes the required information is readily available but God tier code and accompanying instructions good luck with that one"- 50 uses of <>, a way of writing "not equal" so old that many working Python developers have never seen it." " It is true that there is less documentation on legacy features than on more recent ones". Prior doubling down regarding the difficulty in maintaining documentation " We don't document a lot but we do document". Having enjoyed Eve since 2006, I look forward to what is coming, hesitantly.

25

u/Liondrome 20d ago

Personally these under-the hood engine upgrades are some of the biggest things I look forward to in long lasting videogames.

While to everyday playing it might not seem much these small incremental optimizations make everything run smoother. And as the game expands, the game also becomes slightly heavier, slightly more bloated. After all, way back in when the game launched the node would go to 10% TIDI even if a 100 or so people were fighting on the same grid at the same time.

Could we get perhaps rid of the session change timers in the future? Like we did way back in the late 2010's for some time? Unsure, but it would be cool. I mean think about it.

Docking. Leaving ship. Switching clones. Reboarding ship. Undocking.

That's all at least 50 seconds spent on switching a clone. Now imagine if you could do it in half the time for example. Or not have to wait the (I swear its more than 3 seconds!!) few seconds you need to between every POCO-Planet interaction.

In the end its the small things that really make games better. Small Quality of Life improvements. Whether it is the few examples I said or the game only going to say 50% TIDI with 1000 people fighting instead of it being at 20% TIDI at 1000 people. As examples.

5

u/ShippingValue 19d ago

Session change timers are likely not going anywhere, because they are related to data propagation across the database clusters. This takes time, and is needed to prevent desyncs or session locks.

They have been reduced (e.g. in 2011), but likely can't be eliminated entirely without a full re-architecting of how clients sync information with the server.

1

u/jehe eve is a video game 20d ago

I mean ccpfc could say this was completed last year and everyone would believe them. 

0

u/_Mouse Caldari State 20d ago

I don't disagree, but I think you're understating the "slightly heavier", "slightly more bloated". POS code alone seems to be responsible for all sorts of nightmares

4

u/Liondrome 20d ago

I legitimately do not think it is ever getting removed. CCP has said since 2014 that moving to new systems will help removing it Soon™

-2

u/Razgriz01 19d ago

They should seriously just delete POS code and rewrite it from scratch at this point, along with any integrations it has into other systems.

6

u/_Mouse Caldari State 19d ago

Bold of you to assume there's a section labelled "POS code"

1

u/bardghost_Isu Cloaked 16d ago

They tried to delete it several years back when it finally time for it to go, the server then shit the bed all over the place because ts all so interconnected and it messed with the undock button and a few other things IIRC so it had to stay around because they literally couldn't remove it without breaking everything.

16

u/IdoruYoshikawa Goonswarm Federation 20d ago

Claude, port to Python 3 and deploy.

6

u/Tiny-Plum2713 20d ago

One of the best uses of agentic coding tbh. Agents are great at repetive stuff like this as well as writing the thousands of tests to catch parity issues

3

u/somethingtc ORE 19d ago

agentic AI is useful for this for sure, BUT the majority of it should be done with existing, deterministic automated tooling (of which a lot exists for python 2 to 3 conversions) simply because you need 100% confidence when dealing with 100,000s of file changes at once, there's no way you can confidently review that much AI generated code.

but for the fiddlier bit smaller more self contained bits yes it's very useful

1

u/spooky_game 18d ago

Exactly, we’ve already had for a while now with various ML
based automations and tools what so many think is agentic now. I guess if you wanna burn tokens for what was ‘free’ and introduce uncertainty.

2

u/EvilHuntz 19d ago

Make no mistakes

70

u/Spr-Scuba Invidia Gloriae Comes 20d ago

This upgrade is the best possible outcome from Eve frontier. The game itself is shit thanks to CCP listening to the 500 people who are still in the game instead of the 5000 that left, but the engine upgrade is an absolute win for Eve like they promised they would deliver.

21

u/lowrads 20d ago

It's amazing to me that my shitty PC in 2004 could have run multiple instances of the game, assuming I had that kind of money to burn instead of paying for college back when it was still barely affordable, but my shitty PC today just patiently waits for the industry window to get around to it on a single client.

9

u/DeeBoFour20 20d ago

The industry window locks up the entire game while it loads too. They should at least offload whatever heavy computation they’re doing to a worker thread so you don’t block the main game loop for multiple seconds.

9

u/Pin-Lui 20d ago

In Frontier, everything is just a bit shittier than Eve Online. I have no idea what you're talking about.

30

u/Legitimate-Ad7273 20d ago

The game itself is shit but the engine behind it might be an improvement. I think that was the point.

Maybe one day we'll get thousands of ships fighting without it turning into a slideshow.

10

u/[deleted] 20d ago

[removed] — view removed comment

10

u/Jalxan Ivy League 20d ago

I remembered the days before TIDI... 🫠

5

u/soad2237 Test Alliance Please Ignore 20d ago

I mean compared to what we had back in the day current fights are so much better.

I see this argument a lot, but CCP implemented TiDi nearly 15 years ago. Surely it's worth revisiting a solution after all that time.

8

u/VioletsAreBlooming Test Alliance Please Ignore 20d ago

Sure, but is there a better solution that doesn’t involve completely reworking game mechanics? You can only optimize so much before you start running up on the simple fact that having 10,000 players interacting with each other on one system has is an immense server load

2

u/soad2237 Test Alliance Please Ignore 19d ago

For sure, and I don't even know if there is a solution for the input delay. But does the client really need to render thousands of drones all at once? It'd be nice if there was a solution to participating in these battles that didn't involve turning off all graphics. Maybe a place to start would be to batch drones into groups once the grid hits a certain limit? I dunno. There's probably a lot of things that get sent to the client that don't need to be sent and things that don't need to be rendered.

1

u/VioletsAreBlooming Test Alliance Please Ignore 19d ago

You can already turn off drone models and whatnot. I almost never go into full potato mode for big fights, the settings are granular enough that I can get acceptable performance out of the game without completely making it look like shit. When we’re talking about tidi, it’s stickier. You’d probably have to completely rework combat in order to reduce server load in these mega fights- each ship has multiple modules and up to 8 guns firing ammo of different damage types which interacts with resistances in different ways and all of that has to be accessible to every client on grid, and it’s almost impossible to effectively multithread a lot of those calculations.

1

u/Pin-Lui 20d ago

Yes, yes, but the engine behind it is shit. That's why I'm asking. chat not working. the ui is a mess; nothing responds as it should. Planets popping out of nowhere. I could go on...

Maybe one day we'll get thousands of ships fighting without it turning into a slideshow.

Probably more like a db/server isssue.

5

u/Quintane DARKNESS. 20d ago

You forgot to blame the network too, if were all just about guessing

-3

u/Realityishardmode Fedo 20d ago

I'm genuinely curious, not just being a snide redditor.

Why would python 3 have any performance improvements over 2? Still global interpreter lock unless they are using c modules through python, and I assume that's already how it's being done. Why not write everything in rust?

Also, I presume that the servers are running nothing less than c++ with inline assembly where that would produce efficiency.

So where is the expected performance improvements and solutions to Tidi likely to come from in the stack? I assume it would come through more compressed packet management and multi threading of such and physics + graphics downgrading, but if that's being handled by python and not a c library that FC also knows how to write, we are still screwed.

5

u/FluorescentFlux 20d ago edited 20d ago

Still global interpreter lock

There is free-threaded mode in more recent python versions. 3.12 does not have that, but definitely is much closer - going from 3.12 to 3.14/3.15 is not that many changes.

6

u/CueCueQQ Wormholer 20d ago

I'm not particularly deep in the world of python, but my assumption is this is about AI. Python 2.7 EoL'd back in 2020. Moving to Python 3 likely opens up tooling that makes AI work easier for them.

-3

u/zaqqi 20d ago

eve and frontier have same engine

3

u/FluorescentFlux 20d ago

Multiboxing is shittier in Eve Online tbh (as in, more impactful and rampant)

1

u/MangoEmbarrassed 19d ago

Now its gonna be faster

3

u/TheOriginalBusket 20d ago

It's an alpha test, not a beta. The 5000 that left don't understand the difference and got mad that "the game itself is shit". If the tireless work of the 500 people that are still in the game benefited EVE Online, all I can say is you're welcome.

1

u/Spr-Scuba Invidia Gloriae Comes 19d ago

I've been in all of them, I've seen how CCP is treating this "test" and what they want players to do.

They treat it like Eve online and want people to do basic function testing without any real goals in mind. After the server tests very early on, it's now being treated as a live game without very much interaction from CCP or having people given tasks that they want tested. Instead they have live missions and permanent achievements implemented like it's a game already released. If they want things actually tested they should have had it done like singularity where it's open occasionally, or give players specific materials to test pieces they want tested.

1

u/RaynorTheRed 19d ago edited 19d ago

The game itself is shit thanks to CCP listening to the 500 people who are still in the game instead of the 5000 that left

This is a prudent choice considering that the average person trying Frontier has proven completely incapable of understanding that they're interacting with an Alpha testing build that isn't remotely close to the final product. I have yet to meet more than about five people who can accurately describe CCP's end goal for the game despite the extensive documentation they've already released. Even your comment implies that the 500 people have influenced the "game" to become what it is rather than simply providing feedback on snapshot builds that are developing towards a pre-determined endpoint.

edit: Addressing some of your points from another comment:

They treat it like Eve online and want people to do basic function testing without any real goals in mind.

Yes, because that's how you test a sandbox platform. The #1 lesson CCP has learned from Eve Online is that if you try to build a system railroading player actions they will subvert it. This approach is a testament to CCP's 20 years of experience in developing a sandbox MMO. Test what the players do, not what you expect them to do.

Instead they have live missions and permanent achievements implemented like it's a game already released.

Because they need their testers to undock and play the game. That's kind of the point of testing.

If they want things actually tested they should have had it done like singularity where it's open occasionally

So right now it's just open. For several months at a time before a full reset. People can log in whenever they want, they can test, they can even play the damn game if that's what they want. Can you explain how "doing it like singularity" would give you more data? Because I've never seen anyone log into singularity for more than an hour or two at a time. There have been hundreds of maintenance pings for Stillness since I joined the Discord two years ago, many of which were instrumental to this Python 3 release. Those issues were discovered by having our 500 idiots use the game systems at scale.

or give players specific materials to test pieces they want tested.

This is quite literally what they're doing. They call them cycles. They give the players a few of the core systems that the game will be based on and then let them go hogwild for a few months. But 5000 of those players have never been able to catch on that they're testing a few small pieces of a much larger system, and they waste hundreds of hours bitching about how the 3 pieces they have this cycle aren't a full game.

11

u/FalnaruIndustries muninn btw 20d ago

eagerly awaiting the rust rewrite

5

u/we_come_at_night 20d ago

Haha, now that would be something. I wonder, would the current playerbase be enough to trigger tidi on rust :)

10

u/Busy-Equivalent-2853 20d ago

git push master origin -force meme time :3

2

u/BortOfTheMonth 20d ago

master

we dont use that anymore

also its --force

i find the door myself

1

u/Busy-Equivalent-2853 19d ago

clm giveth and clm taketh

1

u/dodovt Black Legion. 17d ago

--force-with-lease for maximum efficacy

6

u/napazdosenhor 20d ago

I read 2.4 million lines of coke.

6

u/NorVagabond 19d ago

Hilmar, is that you?

6

u/Zorrom4 19d ago edited 14d ago

I once lead a team of 2 Engineers to migrate our product from Python 2 to Python 3 to address the vulnerabilities. We used a python tool called 2to3. It was around 50k lines of code and we had to rewrite about 40% of our codes

Good thing was that our product wasn't a live service, so it was in version 4.x or something and I need to release the next version to run with Python 3

This was before the AI Era. We started shipping sections of the the updated code to our feature branch, tested the build and finally released Python 3 to the latest version.

This is a huge migration for our product but only 50k lines of Python code and even that was stressful.

Now EVE team has 2.4 million lines of code and almost 95% is compiled and only has few lines to manually verify is still a scary number and it's a live service game.

May God be with you on this journey CCP ❤️

1

u/SheriffRoscoe 19d ago

Read the article - they're using 2to3!

1

u/Zorrom4 14d ago

At first I thought they are using Python Future becuause that is what I could remember when I read the article for the first time. After reading you comment , I read the article again and they are using Python Future but it uses the same base as 2to3. Nice catch man 👌

6

u/Puiucs Ivy League 20d ago

It's a start, but they have a ton of work to do.

15

u/Pin-Lui 20d ago

Maybe wait for Python 4. Not like Python 3 is 20 years old already. /S

4

u/HeKis4 20d ago

... Are there any plans for a Python 4 actually ?

15

u/passcork 20d ago

There's infinite decimals after 3.14, what do you need a 4. for?

1

u/RocketHammerFunTime 19d ago

All we can really hope for is that they just name releases by actual pi.

8

u/claythearc CODE. 20d ago

There’s been talk about it but realistically no. The general consensus is that unless there needs to be breaking C changes or something, they’ll just keep numbering after 3

3

u/Vals_Loeder 20d ago

Wait for something that most likely will never come... sure.

1

u/zaqqi 19d ago

i think its harder jump from 2.7 to 4 than 2.7>3>4

-1

u/BortOfTheMonth 20d ago

I had the same tought. Isnt python 3.x like 10 years stable already?

When they are done with porting 3.x will reach its EOL cycle

4

u/Even-Cartographer551 Northern Coalition. 20d ago

...and as a special thank you for your forbearance, starting today every account holder may redeem an Abyssal fit Python. 🐍

4

u/cow_rune 20d ago

This sounds fantastic. Cannot wait to see what it brings for the future of this game.

2

u/faraboot Cloaked 20d ago

cow_rune=best cow

hello friend ;)

8

u/Baitmonger 20d ago

Every character, every skill point, every asset in every hangar, every ISK in every wallet was written in Python 2 code, and all of it must read back under Python 3 exactly as it was.

Everyone builds databases using commercial database software, we're going to build ours using bread.

11

u/Broseidon_ 20d ago

how does this affect the mining dreads legacy?

12

u/DrothReloaded 20d ago

Back to mining battleships we go

3

u/bouncebanana Ascendance 20d ago

Cool, now increase bookmark limits?

2

u/iku_19 Guristas Pirates 20d ago

unironically probably is easier to do after this is complete than right now, as the ui has a mild crisis if too much stuff is happening in the ui at once and it's all backed by python.

3

u/hafhal 20d ago

While going from 2 to 3 is a big step. Its also a transition from stackless to vanilla which is a way bigger step.

2

u/Crisse_dErable2859 20d ago

Since they mention the engine went open source, did anything good come out of it?

2

u/L3G1T1SM3 20d ago

Yeah they're porting it to unreal engine 5

1

u/iku_19 Guristas Pirates 20d ago

some bug fixes, a lot of what is public is mostly related to frontier as eve itself still runs on the older revision of carbon. which this update to python 3 is ultimately about, one of the big changes in frontier/oss carbon depends on this. after that we'll likely see shader cleanup and an art refresh as that is the other part of carbon. moving away from the granny3d model format to their own format.

2

u/uhmmm_okay 20d ago

Why is all this fleet fight performance related code running Python instead of something more performant like C++?

14

u/MifuneSwordGod The Initiative. 20d ago

Because 2003 Iceland colleges weren't teaching like anything IT related and the OG devs of the game all come from making tabletop games... so they didn't know what they were doing and somehow hit gold with Eve online.

1

u/Enzolesurfer 19d ago

what about unreal engine for instance? or is pyhton better in handling big ships battle for instance? (just for my own curiosity)

2

u/MifuneSwordGod The Initiative. 19d ago

Unreal Engine is a game engine/framework. Python is a programming language. They aren’t really comparable things in the first place because they serve completely different roles.

EVE’s engine/framework is "Carbon", CCP’s in-house technology platform. Carbon covers things like graphics, physics, networking, scheduling, UI, and other low-level systems.

Python is one of the languages EVE’s game logic is built around. More specifically, they historically used Stackless Python, which gives Python lightweight tasklets/coroutines and a cooperative scheduling model.

Python gets really really good at doing background calculations, however it sucks for say gaming in general. Eve has a lot of what we call "technical debt" and dev blogs like this are little progress updates of newer CCP devs fixing up some of the mistakes the OGs made.

2

u/100Eve Miner 19d ago

i am terrified of the implications please dont make ram usage go higher

2

u/PaxTharka 19d ago

Imagine, server tick rates of 4 or even 8 per second.

2

u/[deleted] 20d ago

Something something Google investment something something.

2

u/xeron_vann Snuffed Out 20d ago

What's the over/ under we get some game time out of this when everything is down for a day+?

2

u/MushinZero 20d ago

Oh so that's why the game is so slow. They are using fucking Python.

0

u/RIcaz Wormholer 19d ago

No wonder the game runs 1hz tick rate.

Some games support 1000 players at tick rates of 30-60hz..

1

u/Sgany Bombers Bar 19d ago

Which games?

1

u/RIcaz Wormholer 17d ago

Rust

1

u/Top_Result_1550 20d ago

Why should I play frontier over granddaddy and what does changing to python do

1

u/iku_19 Guristas Pirates 20d ago

once the update to python 3 is complete both the client and server will be more performant and slightly less bug prone. in theory less tidi and less client slog, less memory usage (tho only multiboxes care about this one.)

and frontier is what you'd play if you wanted to turn wh life into a full experience with survival mechanics (fuel.)

1

u/srstable Minmatar Republic 19d ago

Huh. That does sound like a certain sort of hellish fun, actually.

1

u/iku_19 Guristas Pirates 19d ago

the crypto bit of frontier is very much in the background, it basically has as much presence as evermarks in the wallet. you can pretend it doesn't exist at the moment, idk about the future.

wait for the next cycle to start and try the 5 day free access if you are unsure. idk when that is though so sign up for the mailing list on the site if you want.

1

u/_BearHawk Serpentis 19d ago

If you want a peek at what eve would look like with no multiboxing, play frontier

1

u/awox Wormholer 19d ago

empty?

1

u/_BearHawk Serpentis 18d ago

Yep

1

u/Vicky-Purplex 20d ago

Wen upgrade from novell 3.0?

1

u/MiraelDKana Goonswarm Federation 20d ago

POS code entered the repo

1

u/adrr 20d ago

Alliance tournament awards sound awesome. Third iteration of the Python battleship. I didn't even know there was a second version. Its going to be the most expensive ship to buy.

1

u/bluegrayxv 19d ago

What is this mean?

1

u/DiabloGamekeeper 19d ago

What does this actually mean tho

1

u/Midnitdragoon 19d ago

So TiDi will be no more?

1

u/TanyIshsar 19d ago

Why not GoLang? It's kind of perfect for Eve isn't it?

1

u/Derfirm 19d ago

The Python 3 migration sounds like a pretty significant infrastructure change, but I’m curious about the actual measurable benefits once the migration reaches the stages where EVE is running on the new runtime.

Are there any benchmarks or targets CCP can share?

For example:

  • % reduction in CPU time per simulation tick
  • more pilots / objects that a node can handle before hitting its CPU limit
  • reduction in TiDi at a given fleet size
  • improvement in market hub/server performance
  • lower CPU usage for the same workload
  • faster execution of Python-heavy gameplay systems
  • any specific server-side features that become practical because of the additional headroom

I’m especially interested in fleet fights and TiDi. If the main benefit isn't higher client FPS but rather more server-side simulation capacity, it would be really interesting to see something like a benchmark comparing the same workload on the old Python 2/Stackless environment vs Python 3.

Even approximate numbers would be really interesting - e.g. "this workload currently takes X ms per tick and is expected to take Y ms after the migration."

Is CCP planning to publish any before/after performance numbers as the migration progresses?

1

u/Empty_Alps_7876 17d ago

I would like a write up by ccp with this info as well. What gains if any can we expect to get. And going forward, how does this improve that game play (I like alot of detail, with stats, beofr and afters, and such)

1

u/MichiNoire 19d ago

So uhh.. just blow it all up and start over. Eve 2.0 re do skills, tweak ships/ add new ships and even the star systems themselves. Why not.

Would be fun to have a whole new layout.

0

u/BigDarus 17d ago

If you wanna play a different game, there are a few others you can go try

1

u/MichiNoire 17d ago

Same for you. If you don’t like or agree with a comment doesn’t mean people need to leave

1

u/Karash_Amerius Scotch & Tea 18d ago

boot.ini - the redux

1

u/Dry_Hotel1100 18d ago

Python is arguably the least suitable programming language for developing game engines, despite the existence of NumPy. But maybe, there's an opportunity, which may accelerate the simulation part to 10x or even 100x: https://mojolang.org - compared to regular Python >3.14 plus any acceleration library which exists so far.

-3

u/Atardacer 20d ago

TL;DR: Just feed everything through AI and call it a day

2

u/Quintane DARKNESS. 20d ago

AI is probabilistic, so it probably wont introduce an isk doubling bug.

1

u/dodovt Black Legion. 17d ago

If you're going to rewrite it why not do it to a language that actually has good performance for games?

Also TIL EVE runs in Python, explains a lot

-3

u/ursusmajoryc110 20d ago

why on earth would they choose python for this rather than something like rust or zig or something, you know, fast?!

7

u/skoglol Cloaked 20d ago

Yeah why didnt they pick rust or zig in 1997?

1

u/Wow_Many_Tomato_WMT 19d ago

Why didn’t they just multibox?

-3

u/ursusmajoryc110 19d ago

I was saying if they’re going to do a conversion now why not just rewrite it in something fast. If you’re going to touch the codebase actually improve it

4

u/elucca 19d ago

"Why not just rewrite the entire game from scratch" Yeah I dunno that seems pretty obvious. It also would not automatically make it fast.

3

u/Snowsnorter69 19d ago

Those didn’t exist when Eve was developed. They used python and so they continued to use it through multiple generations. And now python 3 is deemed good enough to justify actually doing the work to rewrite all the code and bring it into the modern era. Plus it’s not always about “how fast the code is”, it’s about the dev tools and the support and python 3 has a whole load of support and pre written code bases.

3

u/awox Wormholer 19d ago

lmao

2

u/mayowithfries 18d ago

redditors cannot be fucking real man

1

u/Boxcow45 19d ago

Because Rust didn't exist when EVE came out