Android: The Land That Python Forgot
speakerdeck.com
Android: The Land That Python Forgot
1–10 of 127 posts
Re: Android: The Land That Python Forgot
#2Re: Android: The Land That Python Forgot
#3RubyMotion is probably the closest I've seen to making a language like Ruby or Python a very compelling mobile developer experience while maintaining the end user experience.
That basically means you need to write a Python compiler for iOS or Android to make it compelling, which means adding type checking and at some point developers start asking why they aren't just using Java in the first place...
Re: Android: The Land That Python Forgot
#4I wrote the talk, and just want to let you know that you can watch it over at https://www.youtube.com/watch?v=p77BR6e1uoo
--Chris
Re: Android: The Land That Python Forgot
#5Re: Android: The Land That Python Forgot
#6What's wrong with embedding python interpreter as a C library?
Re: Android: The Land That Python Forgot
#7You can replace Python in Ruby or Lua for the most part and also Android with iOS. Dynamic languages aren't yet a big deal and I think it's because they don't bind well or give you a significantly better developer experience than Objective-C or Java on these platforms do. RubyMotion is probably the closest I've seen to making a language like Ruby or Python a very compelling mobile developer experience while maintaini…
Re: Android: The Land That Python Forgot
#8You can replace Python in Ruby or Lua for the most part and also Android with iOS. Dynamic languages aren't yet a big deal and I think it's because they don't bind well or give you a significantly better developer experience than Objective-C or Java on these platforms do. RubyMotion is probably the closest I've seen to making a language like Ruby or Python a very compelling mobile developer experience while maintaini…
Re: Android: The Land That Python Forgot
#9What's wrong with embedding python interpreter as a C library?
That's pretty much exactly what python-on-android does; the problem is that you don't get access to any of the Java/Dalvik-based libraries, which includes all of the UI programming libraries.
Re: Android: The Land That Python Forgot
#10I used to follow it initially but noticed the project seems to have slowed down. There haven't been as many releases lately. Anyone have more info on why that might be?