On Aug 14, 2007, at 1:11 PM, SamFeltus wrote: > I don't understand why none of the major Python frameworks embrace > Flash/Flex wholeheartedly, especially with innovations such as > Papervision3D, which will happen in HTML when monkeys fly.
Unlike HTML, SWF is essentially executable bytecode for the Flash virtual machine. As such, translating Python into Flash essentially requires a compiler. It would be like implementing Python on top of the Java virtual machine (a la Jython). In other words, that's not a simple add-on to an existing project; it's a significant project all by itself. -johnnnnnnn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---