xjh·vor 12 Jahren·discussIt can be used with dot42 - C# to Android compiler. Visual Studio Express can't.
xjh·vor 12 Jahren·discussSecurity. When you want to run untrusted modding code.It's hard to sandbox python or lua and block I/O and all system calls. 1 mistake and player computers are compromised.Even with JS in browser you can't just eval(), you need sandboxing like https://code.google.com/p/google-caja/ or https://github.com/jterrace/js.js/ (200 times slower than js).
xjh·vor 12 Jahren·discussHow does it do networking?All I see in docs is a simple GET/POST request. Realtime multiplayer game would be very slow using it.