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
te rules.
> >>
> >> Tomas
> >>
> >> -Original Message-
> >> From: [email protected]
> >> [mailto:ironpython-users-
> >> [email protected]] On Behalf Of J
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
[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
>
>
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
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
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