rpython can compile to C and be fast (in theory). rpython is a subset of python where you do not do wacky things like renaming types of your variables. It has "rtypes" exact same thing as ctypes but goes a way when you compile it to native language. Current problem with rpython is many multi inheritance classes. Has any one else looked into it?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
