Re: [Ironruby-core] IronRuby scripting in Windows Store apps

2012-08-28 Thread Jeff Hardy
On Sat, Aug 25, 2012 at 3:39 PM, Tomas Matousek wrote: > > IronPython doesn’t build yet for Win8 profile, there is quite a bit of work > to be done to make it work. If anyone is interested in making IronPython work > or improving IronRuby let me know. I'm interested (as you know) and I'm alread

Re: [Ironruby-core] [Ironpython-users] IronRuby scripting in Windows Store apps

2012-08-28 Thread Tomas Matousek
That's correct, new types can't be generated at runtime and hence it is not possible to inherit from an arbitrary CLR type. Tomas -Original Message- From: ironpython-users-bounces+tomas.matousek=microsoft@python.org [mailto:ironpython-users-bounces+tomas.matousek=microsoft@pytho

Re: [Ironruby-core] [Ironpython-users] IronRuby scripting in Windows Store apps

2012-08-28 Thread Jeff Hardy
On Tue, Aug 28, 2012 at 2:11 PM, Curt Hagenlocher wrote: > ...as opposed to one of a set of predefined types whose source is compiled > into IronRuby. Or any types precompiled ahead of time, which is what I'm working on now. I need it for Android anyway, but it looks like I'll need it here too.