[Ironruby-core] Should Kernel.require accept Assembly instances?

2010-08-06 Thread Charles Strahan
What would you all think of having the ability to require a given Assembly? I think this could be useful when compiling code in memory, in which case there isn't a path to give Kernel.require. If this is something we could all use, I'll open a ticket for it. -Charles _

Re: [Ironruby-core] Send your IronRuby usage and quotes

2010-08-06 Thread Robert Brotherus
We have taken to use IronRuby from pre-alpha stage in our GUI conversion project where we are transforming Napa SW GUI (1 mil+ SLOC) from Motif + custom script language to WPF + IronRuby. So we are using IronRuby as WPF scripting language. Still wishing for more XAML + IronRuby interop, but we mana