I've recently thought about rewriting libearth in another language. I am considering C#. Why not Python? Why C#?
- Python is not that good at making native-looking GUIs, in particular, mobile apps. We have to make huge glue codes to bind Python to Objective-C/Java. It takes more effort than making libearth from scratch.