Which Dynamic .NET language makes more sense to learn, Iron Ruby or Iron Python? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T19:03:11Z http://stackoverflow.com/feeds/question/42690 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/42690/which-dynamic-net-language-makes-more-sense-to-learn-iron-ruby-or-iron-python 4 Which Dynamic .NET language makes more sense to learn, Iron Ruby or Iron Python? emcpadden 2008-09-03T21:52:50Z 2009-01-21T21:54:02Z <p>I'd like to take some time to learn more about dynamic languages built on top of the DLR and I'm not sure which language would be better to learn.</p> <p>Having limited time, I really only have time to look learn one of them.</p> <p>Any opinions on which of the two (Iron Ruby or Iron Python) would be more useful in the long run?</p> <p>Thanks! ...Ed</p> http://stackoverflow.com/questions/42690/which-dynamic-net-language-makes-more-sense-to-learn-iron-ruby-or-iron-python/42697#42697 2 Answer by chrisntr for Which Dynamic .NET language makes more sense to learn, Iron Ruby or Iron Python? chrisntr 2008-09-03T21:56:43Z 2008-09-03T21:56:43Z <p>I would go for IronPython at the moment since there are plenty of books/information around for it (<a href="http://www.manning.com/foord/" rel="nofollow" title="IronPython In Action">IronPython In Action</a> is just getting finished up).</p> <p>I would personally learn IronRuby because I prefer the way Ruby works over Python and since it's one of the same then choose which language you prefer.</p> http://stackoverflow.com/questions/42690/which-dynamic-net-language-makes-more-sense-to-learn-iron-ruby-or-iron-python/42699#42699 3 Answer by Matt Bishop for Which Dynamic .NET language makes more sense to learn, Iron Ruby or Iron Python? Matt Bishop 2008-09-03T21:57:19Z 2008-09-03T21:57:19Z <p>Whichever you choose, take a look at <a href="http://www.codeplex.com/IronEditor" rel="nofollow">IronEditor</a> -- it's great for playing around. I'm currently using it to try and pick up those languages myself...</p> http://stackoverflow.com/questions/42690/which-dynamic-net-language-makes-more-sense-to-learn-iron-ruby-or-iron-python/42702#42702 5 Answer by Jimmy for Which Dynamic .NET language makes more sense to learn, Iron Ruby or Iron Python? Jimmy 2008-09-03T21:57:48Z 2008-09-03T22:36:03Z <p>Without getting into the relative merits of the languages (which would be an entire pissing contest in itself), IronPython (stable 1.1.1, beta 2.0) is further along in development than IronRuby (alpha)</p> http://stackoverflow.com/questions/42690/which-dynamic-net-language-makes-more-sense-to-learn-iron-ruby-or-iron-python/42726#42726 0 Answer by Martin Salias for Which Dynamic .NET language makes more sense to learn, Iron Ruby or Iron Python? Martin Salias 2008-09-03T22:12:34Z 2008-09-03T22:12:34Z <p>As other said, IronPython is more stable and mature, and you can find more samples and lots of regular Python code that you will be able to try out.</p> <p>IronRuby is great but beware: to try it you need to get the code right from the SVN and compile it by yourself. Or you can download the <a href="http://www.codeplex.com/sdlsdk/" rel="nofollow">Dynamic Silverlight SDK</a> and get it that way, but you'll have to spend sometime learning this environment also.</p> http://stackoverflow.com/questions/42690/which-dynamic-net-language-makes-more-sense-to-learn-iron-ruby-or-iron-python/61734#61734 3 Answer by Orion Edwards for Which Dynamic .NET language makes more sense to learn, Iron Ruby or Iron Python? Orion Edwards 2008-09-14T23:54:10Z 2008-09-14T23:54:10Z <p>If this is 'Which language runs better on the CLR,' then right now, IronPython wins hands down.</p> <p>For the long term though, 'which language will teach me more, and serve me better in my career as a programmer', I would definitely say IronRuby (this would be true of CPython vs CRuby also)</p> <p>Ruby will expose you to more 'concepts' than python does, due to it being more liberal in how it handles things like lambda functions, code blocks, eval, and so on.</p> <p>Anyway, this is probably going to descend into a flame-war. Sorry</p> http://stackoverflow.com/questions/42690/which-dynamic-net-language-makes-more-sense-to-learn-iron-ruby-or-iron-python/467185#467185 0 Answer by Tracker1 for Which Dynamic .NET language makes more sense to learn, Iron Ruby or Iron Python? Tracker1 2009-01-21T21:54:02Z 2009-01-21T21:54:02Z <p>I just want to mention that there is also a DLR version of Javascript(JScript), which is my personal fav. If you are looking for a new language to learn for dlr use, I'd suggest ironpython as mentioned, it is farther along in terms of the dlr. Python is also fairly popular outside the dlr for gui programming, and offers Django for mvc web apps.</p> <p>This is purely subjective, but I think that ruby popularity is waning a bit. In the long run I feel it will be like perl, used and respected, but a drop in the bucket compared to other options. I happen to really like ruby (and perl), but wouldn't suggest it as a new path for your intended purpose.</p>