I honestly think that the python programming language will take over other languages such as c# and maybe even c++. Why do I say this? Because a python interpreter can easily be embedded in the game. I have also written an engine to make python as fast as C++ (true story). It is also much easier to learn and write.
Jack_9
-4
Junior Poster
Recommended Answers
Jump to PostPython might do well as an embeded embeded language, but it's not fast enough for real time aspects of most serious games. You could write the game with Python as the main language and write the things that need to be fast in C/C++. That's how "fast" Python game libraries …
All 4 Replies
Hiroshe
499
Posting Whiz in Training
Jack_9
commented:
It actually can be, if you embed a python script to integrate the code into a binary on the RAM
+0
Jack_9
-4
Junior Poster
Hiroshe
499
Posting Whiz in Training

iamthwee
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.