So....Python on iPad/iPhone/iPod/iWhatever?
1–7 of 7 posts
Re: So....Python on iPad/iPhone/iPod/iWhatever?
#2Be curious to know if it has been done already and if so, how well it works.
Re: So....Python on iPad/iPhone/iPod/iWhatever?
#3I've heard some Python developers mention using Jython as a way to do this.. simple write in mostly normal Python and compile to Java bytecode.. http://www.jython.org/ Be curious to know if it has been done already and if so, how well it works.
As a general question, how is someone going to get a language interpreter (or Java compiler) included on the iPhone?
Re: So....Python on iPad/iPhone/iPod/iWhatever?
#4I've heard some Python developers mention using Jython as a way to do this.. simple write in mostly normal Python and compile to Java bytecode.. http://www.jython.org/ Be curious to know if it has been done already and if so, how well it works.
Can the iPhone handle bytecode? It seems like if it could, most developers wouldn't be complaining about the iPhone's closed language ecosystem. Ruby devs could compile using JRuby; Python devs with Jython; Lisp guys with Clojure (I know that's a stretch for some), etc., etc. As a general question, how is someone going to get a language interpreter (or Java compiler) included on the iPhone?
Re: So....Python on iPad/iPhone/iPod/iWhatever?
#5I've heard some Python developers mention using Jython as a way to do this.. simple write in mostly normal Python and compile to Java bytecode.. http://www.jython.org/ Be curious to know if it has been done already and if so, how well it works.
Can the iPhone handle bytecode? It seems like if it could, most developers wouldn't be complaining about the iPhone's closed language ecosystem. Ruby devs could compile using JRuby; Python devs with Jython; Lisp guys with Clojure (I know that's a stretch for some), etc., etc. As a general question, how is someone going to get a language interpreter (or Java compiler) included on the iPhone?
Re: So....Python on iPad/iPhone/iPod/iWhatever?
#6Re: So....Python on iPad/iPhone/iPod/iWhatever?
#7Earlier quoted context omitted.
Can the iPhone handle bytecode? It seems like if it could, most developers wouldn't be complaining about the iPhone's closed language ecosystem. Ruby devs could compile using JRuby; Python devs with Jython; Lisp guys with Clojure (I know that's a stretch for some), etc., etc. As a general question, how is someone going to get a language interpreter (or Java compiler) included on the iPhone?
Sure - you can now (as of the new rules today) ship a VM and bytecode (eg, Python VM and some Python code). Your app just cannot download additional bytecode (like Flash VM downloading arbitrary Flash bytecode).