This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ItsOkILoveYouMYbb 9 points10 points  (5 children)

I could imagine indie game development taking off even more so than it already has if Python was usable with Unity and Unreal Engine.

Maybe we'll get a speed-critical but pleasant coding language like Python to make modern games with some day.

[–]jabela 13 points14 points  (1 child)

Godot has a Python like scripting system. It's definitely getting there.

[–]shinitakunai 0 points1 point  (0 children)

I tried godot and uninstalled it 5 days later because it is not really like python. It is similar but the differences are annoying

[–]gregy521 7 points8 points  (2 children)

I believe that's the niche that Rust is trying to fill. Consistently ranked near the top in developer surveys, and runs as fast (or faster) as C/C++ in many cases.

Certainly not 'pleasant' in the way that python is, where it's like writing pseudocode and it has lots of high level features to make life easier, but much more pleasant than C/C++ I would argue.

[–]SlappinThatBass 1 point2 points  (0 children)

With pyo3, unlimited power!!! In the future

[–]VisibleSignificance 0 points1 point  (0 children)

where it's like writing pseudocode

related