Re: Python games. was RE: Version 2.4 and beyond
- Posted by Irv Mullins <irvm at ellijay.com> Feb 14, 2002
- 488 views
On Thursday 14 February 2002 02:38 pm, C. K. Lester wrote: > > Hey, Mike, thanks for your research. Looks like if you want to do > anything "fast" with Python, you better know C or get the > extension/library written in C for what you want to do. Can the same be > said for EUPHORIA? (I don't know; that's why I'm asking.) I believe all the graphics libraries for Euphoria (SDL is one of them) were written in C, or C++. So, yes, if you want to do anything fast with Euphoria graphics, you are gonna be calling C code. Same with every other interpreted language. In fact, when you use the built-in graphics commands in DOS, you're calling C code. Rob has just built a few of the more useful C routines into Euphoria. What is machine_proc() except a call to pre-compiled C routines? Regards, Irv