python - Google app engine, multiple languages -


i'm working on on project django i'm thinking going jython route. doing so...since i'll using java instance instead of cpython wouldn't able use java, scala, ruby , other other languages run on top of jvm if need be?

scala works on gae.

so ruby.

if want know other jvm languages, google search google app engine followed name of language of interest.


also see this page.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -