Honestly? It really doesn't matter what language you write in. If you were doing something complicated like image processing or heavy mathematical analysis, then we could talk about which libraries are available for each language and decide based on that. If all you're doing is datastore manipulation, any language is more than capable of handling that.
IMO, consider using Go. I've been dabbling in it for simple side projects, and it's quite a fun language. It also seems to be the future of AppEngine. -Vinny On Tuesday, March 12, 2013 6:32:43 PM UTC-5, [email protected] wrote: > > Thanks for the replies! I am now more confused than I was before on which > language I should use:P I am using datastore and to server static files and > that is it. There seems to be better things about python in regards to > class loading, but java seems to be potentially faster for other things and > more portable. I think the best route for me would be to use Python because > I will be loading the Datastore class MANY times. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
