Re: [Ironruby-core] Interrupt Execution

2009-07-12 Thread Tomas Matousek
There is currently no support for execution interruption in DLR or IronRuby. It is not sufficient to insert termination checks in DLR interpreter. You need to add checks on other places too. And it's better not to do it in the interpreter because interpreted code gets compiled after a while (or e

Re: [Ironruby-core] .NET RIA Services, IronRuby alternatives?

2009-07-12 Thread Ivan Porto Carrero
ActiveResource? But it would be the data binding that will be hard if the class is defined in ruby unless something has changed. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Acti

[Ironruby-core] .NET RIA Services, IronRuby alternatives?

2009-07-12 Thread Kevin Radcliffe
I have just been checking out the docs from the .NET RIA Services July 2009 preview: http://www.microsoft.com/downloads/details.aspx?FamilyID=76bb3a07-3846-4564-b0c3-27972bcaabce&displaylang=en It seems pretty complicated, and there is a lot of magic (shared files, attributes, generated code - wi