Re: [Ironruby-core] why use IronRuby

2009-11-11 Thread C. K. Ponnappa
As an experiment, I'd suggest pick a toy client-server problem. Try building out your server as a Rails app that has no human consumable view and only exposes REST resources (ok, Rails resources aren't very RESTful, but that's another story altogether). Build your client using standard C# if it

Re: [Ironruby-core] why use IronRuby

2009-11-11 Thread Nathan Stults
onruby-core@rubyforge.org Subject: [Ironruby-core] why use IronRuby Hello I have been playing with IronRuby 0.9.2 for a week or so and I have to say that it is alot of fun to tinker with, I am having alot of trouble trying to figure out where I would really use this though besides maybe in wri

[Ironruby-core] why use IronRuby

2009-11-11 Thread Patrick Brown
Hello I have been playing with IronRuby 0.9.2 for a week or so and I have to say that it is alot of fun to tinker with, I am having alot of trouble trying to figure out where I would really use this though besides maybe in writing scripts to do little things or to help out with builds. My deve