|
|
|
|
|
by euroclydon
5791 days ago
|
|
Probably not that big of a deal if they stop supporting IronRuby. What's the point anyhow? Ruby is most popular because of RoR and Microsoft already has an MVC framework that works just fine. There was some very limited effort to port ASP.NET MVC to IronRuby, but it looked dead in the water to me. Plus, I hear straight up Ruby has built-in bindings for Windows, so IronRuby isn't necessary for scripting either. |
|
The reason you should care (assuming you're a .net developer) is that the DLR lets you do all sorts of cool things such as the following c# snippet calling python code:
(source: http://www.hanselman.com/blog/C4AndTheDynamicKeywordWhirlwin...)Being able to have ruby, c#, python, et al all running in the same runtime with a clear stack you can inspect across the languages is awesome stuff.