Re: [Ironpython-users] IronPython Mobile Support

2012-02-15 Thread Jeff Hardy
On Wed, Feb 15, 2012 at 2:07 AM, Bernd Viehmann wrote: > Hello. > > Is there any web-resource to get an idea how to develop mobile solutions > with iron-python. That would be very interesting for me. Sort of, but not really. Embedding IronPython in a mobile app is exactly like embedding it in a

Re: [Ironpython-users] IronPython Mobile Support

2012-02-15 Thread Bernd Viehmann
te rules. > >> > >> Tomas > >> > >> -Original Message- > >> From: [email protected] > >> [mailto:ironpython-users- > >> [email protected]] On Behalf Of J

Re: [Ironpython-users] IronPython Mobile Support

2012-02-14 Thread Jeff Hardy
14, 2012 5:06 PM >> To: Jeff Hardy; Markus Schaber >> Cc: [email protected] >> Subject: Re: [Ironpython-users] IronPython Mobile Support >> >> IronRuby does work with no IL generation whatsoever. The trick is to >> interpret >> all dynamic site r

Re: [Ironpython-users] IronPython Mobile Support

2012-02-14 Thread Dino Viehland
[email protected] > [mailto:[email protected]] On > Behalf Of Tomas Matousek > Sent: Tuesday, February 14, 2012 5:06 PM > To: Jeff Hardy; Markus Schaber > Cc: [email protected] > Subject: Re: [Ironpython-users] IronPython Mobile Support > >

Re: [Ironpython-users] IronPython Mobile Support

2012-02-14 Thread Tomas Matousek
Jeff Hardy Sent: Tuesday, February 14, 2012 10:09 AM To: Markus Schaber Cc: [email protected] Subject: Re: [Ironpython-users] IronPython Mobile Support On Tue, Feb 14, 2012 at 12:23 AM, Markus Schaber wrote: >> iOS >> --- >> Not supported - MonoTouch supports NO runti

Re: [Ironpython-users] IronPython Mobile Support

2012-02-14 Thread Jeff Hardy
On Tue, Feb 14, 2012 at 12:23 AM, Markus Schaber wrote: >> iOS >> --- >> Not supported - MonoTouch supports NO runtime code generation at all (not >> even DynamicMethod). I need to look deeper to see if it's possible to run >> without it. > > The problem with the runtime code generation is a leg

Re: [Ironpython-users] IronPython Mobile Support

2012-02-14 Thread Markus Schaber
Hi, Von: Jeff Hardy > The latest version of IronPython includes support for Android and Window > Phone 7.5 devices. These are some rough notes for anyone who's interested: > Android > -- > Supports full code generation and almost every feature. Great news, thanks! > WP7 > - > Does