Re: [Ironruby-core] RBX Question

2008-04-15 Thread Jimmy Schementi
> Unnikrishnan Nair writes: > I see only difference is the there is no local variable concept when run in > interpreter mode. Is this correct? Yes, currently local variables don't work in rbx when running it interactively. The work to fix this is being done, though John/Tomas can chime in here

[Ironruby-core] RBX Question

2008-04-15 Thread Unnikrishnan Nair
I see only difference is the there is no local variable concept when run in interpreter mode. Is this correct? Thanks. Unni What is the difference in running ruby code in interpreter mode on rbxand running rbx with ruby code in a file passed as a parameter? __

[Ironruby-core] Discrepancy in operation of File.exist

2008-04-15 Thread Robert Brotherus
Consider simple file.rb: puts File.exist?("C:/work/napa.net/gui/bin/script") There exists directory C:/work/napa.net/gui/bin/script With C-ruby: [11:11:29 ~/irb_test] ruby file.rb true With IronRuby: [11:11:35 ~/irb_test] rbx file.rb false This discrepancy (among others) currentl

[Ironruby-core] Discrepancy in operation of File.exist?

2008-04-15 Thread Robert Brotherus
Consider simple file.rb: puts File.exist?("C:/work/napa.net/gui/bin/script") There exists directory C:/work/napa.net/gui/bin/script ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core