Re: [Ironpython-users] IronPython Mobile Support

2012-02-14 Thread Jeff Hardy
On Tue, Feb 14, 2012 at 6:29 PM, Dino Viehland wrote: > There's still subclassing after that which Ruby has a different trick for :) > > But interpreting call sites should be pretty easy, isn't it just override > BindDelegate and call into a helper? I think so, but I haven't had a chance to dig

Re: [Ironpython-users] IronPython Mobile Support

2012-02-14 Thread Dino Viehland
There's still subclassing after that which Ruby has a different trick for :) But interpreting call sites should be pretty easy, isn't it just override BindDelegate and call into a helper? > -Original Message- > From: [email protected] > [mailto:iron

Re: [Ironpython-users] Work Item 19249

2012-02-14 Thread Dino Viehland
If it's an option to load the assemblies then users may as well just add the code to load it themselves. I think the point of fixing the bug was reducing the frustration factor when first using the hosting APIs and having it just work. So I'm fine w/ just closing it. From: Slide [mailto:slide

Re: [Ironpython-users] IronPython Mobile Support

2012-02-14 Thread Tomas Matousek
IronRuby does work with no IL generation whatsoever. The trick is to interpret all dynamic site rules. Tomas -Original Message- From: [email protected] [mailto:[email protected]] On Behalf Of

Re: [Ironpython-users] Work Item 19249

2012-02-14 Thread Slide
I was planning on making it an option to load assemblies, the current behavior would be the default. I am thinking it would be best to leave as-is though. Either that, or allow passing in assemblies to CreateEngine to add references to. On Tue, Feb 14, 2012 at 6:06 PM, Dino Viehland wrote: > I’

Re: [Ironpython-users] Work Item 19249

2012-02-14 Thread Dino Viehland
I'm fine w/ either, but if it's an option it should be an option which disables adding the references for scenarios like Markus wants (otherwise there really is no reason to do it). From: [email protected] [mailto:ironpython-users-bounces+dinov=microsoft...

Re: [Ironpython-users] Work Item 19249

2012-02-14 Thread Douglas S. Blank
> I'd like to get the thoughts of the community on work item 19249 [1]. I am > thinking we want to either make it an option, or just leave it as is. I > prefer the latter. I'd vote to leave as-is. There are was to make the request work, but as that deviates from standard Python, it is a signal to

[Ironpython-users] Work Item 19249

2012-02-14 Thread Slide
I'd like to get the thoughts of the community on work item 19249 [1]. I am thinking we want to either make it an option, or just leave it as is. I prefer the latter. Thanks, slide [1] http://ironpython.codeplex.com/workitem/19249 -- Website: http://earl-of-code.com

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

[Ironpython-users] IronPython, Daily Digest 2/13/2012

2012-02-14 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] IronPython Android Support -- ISSUES 1. [New comment] IronPython Android Support http://ironpython.codeplex.com/workitem/32232

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