Re: [Ironruby-core] Ironruby.net down?

2013-10-14 Thread Anton Firsov
http://www.youtube.com/watch?v=fsHk9WC7fnQ 2013/10/14 Eduardo Blumenfeld > Hi all, > > Is there any news about the website? > > Any plans on updating-releasing a new version? > > Regards, > > Eduardo > > -- > Posted via http://www.ruby-forum.com/. > _

Re: [Ironruby-core] using external library (REXML) is extremely slow when running my app in debug mode

2012-09-05 Thread Anton Firsov
___** > > Orion Edwards **|** Technical Leader * > PHONE +64 7 838 9800 *|* FAX +64 7 838 9801 *|* > EMAIL orion.edwa...@gallagher.co *|* WEB > *www.gallagher.co*<http://www.gallagher.co/> > > > > > From:Anton Firsov > To:ironru

[Ironruby-core] using external library (REXML) is extremely slow when running my app in debug mode

2012-08-31 Thread Anton Firsov
Hi All, I'm using IronRuby as scripting environment inside my app. I use scriptEngine.SetSearchPaths() to "include" the REXML files. The problem: when I execute my app with F5 (debugger attached), my scripts run extremely slow if I use REXML classes. If I use CTRL+F5 (no debugger), everything is f

[Ironruby-core] ScriptRuntime.Operations.CreateInstance() is very slow

2012-06-06 Thread Anton Firsov
Hi all, I use IronRuby as a scripting environment inside my c# app. I have to create instances of ruby objects inside c# code, and I'm doing it with ScriptRuntime.Operations.CreateInstance(). It's the largest performance bottleneck in my app currently. Is there any workaround? Will it be faster, i

[Ironruby-core] CompiledCode execution + using scope + local variables in a loop => NullReferenceException

2011-08-02 Thread Anton Firsov
Hi, I have reported a bug on codeplex: http://ironruby.codeplex.com/workitem/6353 Will it be fixed in next release? Thank you, Anton ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] ScriptScope from IDictionary + function definitions = NotImplementedException

2010-11-25 Thread Anton Firsov
’ve just added support for string dictionaries. It’s committed to the > github repo. > > > > Tomas > > > > *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Anton Firsov > *Sent:* Tuesday, November 16,

[Ironruby-core] ScriptScope from IDictionary + function definitions = NotImplementedException

2010-11-16 Thread Anton Firsov
Hi all! I'm running ruby script from C# in my project. It's a very useful feature to initialize ScriptScope with an IDictionary, (it's much faster to fill a dictionary, than making scope.SetVariable calls). The problem is, that if I define functions in my script, then a NotImplementedException is

Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-24 Thread Anton Firsov
Are you planning a .NET 2.0 compatible release for this version? Will be .NET 2.0 supported in the future? 2010/10/22 Tomas Matousek > The IronRuby team is pleased to announce the release of *IronRuby 1.1.1*for > .NET Framework 4, Silverlight 4 and Windows Phone 7, and > *IronRuby Tools for Vi

Re: [Ironruby-core] running ruby script from my own .NET code is slow

2010-09-24 Thread Anton Firsov
Hi, I still have this performance problem. I think there must be a reason, and it could be solved somehow. Really no ideas? Anton 2010/9/13 Anton Firsov > Here is the code: > http://paste.dprogramming.com/dpk25ghd > (It's just a dummy speed test) > > I tried several ways t

Re: [Ironruby-core] running ruby script from my own .NET code is slow

2010-09-12 Thread Anton Firsov
t; > > Tomas > > > > *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Anton Firsov > *Sent:* Sunday, September 12, 2010 4:18 PM > *To:* ironruby-core@rubyforge.org > *Subject:* [Ironruby-core] running ruby script

[Ironruby-core] running ruby script from my own .NET code is slow

2010-09-12 Thread Anton Firsov
Hi all! Why it is ~5 times slower to run the same .rb script from my .NET application (using ScriptEngine and ScriptRuntime) classes, than doing the same with ir.exe? When I downloaded IronRuby source, and compiled ir.exe (Ruby.Console), it was 2 times slower, than ir.exe in released binaries. (Bu