FYI, Javascript can be executed on AppEngine using pyjon ( http://code.google.com/p/pyjon/). (You just need to fix the ctype import).
I've built a Javascript MapReduce demo. However, Pyjon is quite slow compared to native python code. (300x in my case) Cheers, -Andrin On Thu, May 24, 2012 at 1:46 PM, Emanuele Ziglioli < [email protected]> wrote: > There's also Jav8... > > PS don't click the third link on google! (the one to the japanese > website) > PPS go here instead http://code.google.com/p/jav8/ > > > On May 25, 7:22 am, "Gregory D'alesandre" <[email protected]> wrote: > > Hey Andrin, while this isn't currently in the works its definitely an > > interesting idea! Want to create an issue in the issue tracker so we > > others can star it and we can track it? > > > > Thanks! > > > > Greg > > > > On Wed, May 23, 2012 at 2:46 PM, Andrin von Rechenberg > > <[email protected]>wrote: > > > > > > > > > > > > > > > > > Hey there > > > > > I'm deeply in love with Python AppEngine. > > > > > Here is an idea I had.It would be really cool to > > > call the Javascript V8 from Python. > > > Specifically this library:http://code.google.com/p/pyv8/ > > > > > Here is a an example why this would be super cool: > > > > > You could expose the MapReduce Library to Javascript. > > > > > Imagine you have a lot of data and your users would like it to > > > query it over a web interface. They could just write a JS > > > Mapper function and run a mapreduce over the server > > > side stored data. This would be genius :) > > > > > Are there any plans for something like this, or does it > > > sound like something that the AppEngine team would > > > be interested in? > > > > > Cheers, > > > -Andrin > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Google App Engine" 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/google-appengine?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
