Python in game development?

Ronald Steedman steedman at quake.cs.fsu.edu
Mon Jul 24 06:19:52 EDT 2000


 A full compile of a complex software package can often take 30 seconds or
 more. That can be frustrating when you're trying to find and remove bugs.
 You try one thing, wait 30 seconds, try another thing, wait 30 seconds...

 Imagine how an intepreter would help. Try one thing IMMEDIATELY SEE THE
 RESULT... try another thing IMMEDIATELY SEE THE RESULT... then you only
 compile the application when you're finished and want a faster program.

 I like how Visual Basic offers both compiled and interpreted programs. I
 would like to see Visual C++ follow suit. :)

  -- Ron Steedman

In comp.games.development.programming.misc slaurijssen <serve at circe.dem.nl> wrote:
: Oh, I'm sorry. I didn't realize there would actually be someone that
: actually wants to use it. What's the point in using a C++-interpreter when
: it's just as easy to compile the source, which has more advantages?
: But who am I to argue,

: the package is called CINT and I found a link at
: http://root.cern.ch/root/Cint.html


: Jm <giem_I_AM_SINGING_IN_THE_RAIN at free.fr> schreef in berichtnieuws
: 397ab732.1184204 at news.proxad.net...
:> Do you have a link to it,
:>  or at least the name of that interpreter ??
:>
:> --
:>
:> On Thu, 20 Jul 2000 20:36:49 +0200, "slauijssen" <serve at circe.dem.nl>
:> wrote:
:>
:> >Err, by the way
:> >On a linux cd I found a C++ interpreter. The funny thing is that the
:> >interpreter itself is written with c++ and interprets itself to interpret
:> >the really to interpret code. Got it? ;-)
:> >
:> >Mallor <mallor at 3DProgrammer.com> schreef in berichtnieuws
:> >v62d5.580$GQ1.26151 at newsread2.prod.itd.earthlink.net...
:> >> Are any of you game developers out there using Python as your game
:> >engine's
:> >> embedded scripting language?  I am wondering what drove your decision
: to
:> >use
:> >> Python instead of other embeddable scripting languages?  I'd like to
: hear
:> >what
:> >> your overriding concerns were, and also what they are now, having put
:> >Python to
:> >> the test.
:> >>
:> >> --
:> >> Cheers,             Infernal Troublemaker                    Troll
:> >> Mallor              "By simple mistake, mortals themselves amuse."
:> >>
:> >>
:> >>
:> >
:> >
:>





More information about the Python-list mailing list