Re: [Python-Dev] CPython in the web browser under Native Client

2009-06-17 Thread tav
Hey Mark, http://lackingrhoticity.blogspot.com/2009/06/python-standard-library-in-native.html Really glad to see that you carried on with this -- great work!! I guess the elders will simply say that it's history repeating itself, but Grails 2.0 is looking promising! We can finally give that

Re: [Python-Dev] CPython in the web browser under Native Client

2009-06-15 Thread Nick Coghlan
Mark Seaborn wrote: [3] http://lackingrhoticity.blogspot.com/2009/06/python-standard-library-in-native.html Very cool! Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia ---

[Python-Dev] CPython in the web browser under Native Client

2009-06-14 Thread Mark Seaborn
I have been doing some work to extend Google's Native Client [1] to support dynamic linking [2]. For those who haven't heard of it, Native Client is a sandboxing system for running a subset of x86 code. It is proposed as a way of running native code inside web apps. One of my aims has been to

Re: [Python-Dev] CPython in the web browser under Native Client

2009-06-14 Thread Guido van Rossum
Wow. I'm impressed. On Sun, Jun 14, 2009 at 9:09 AM, Mark Seabornm...@mythic-beasts.com wrote: I have been doing some work to extend Google's Native Client [1] to support dynamic linking [2].  For those who haven't heard of it, Native Client is a sandboxing system for running a subset of x86