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.

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