up vote 3 down vote favorite
1
share [g+] share [fb]

What is the closest thing to groovy/java combo in the C# .net world?

If I am writing an app with static and dynamic parts, what's the dynamic part like groovy on the .NET runtime?

link|improve this question

feedback

4 Answers

up vote 5 down vote accepted

Boo, IronPython, IronRuby are probably the options.

There are other CLI languages too.

link|improve this answer
IronRuby is the name. :) – Tony K. Apr 15 '09 at 22:15
Yeap... I have just find out. It turns out there's a Ruby.NET also ... :-/ – John Apr 15 '09 at 22:22
Of these sounds like Boo is most groovy like in that it's most C# like? Lot like groovy similar to java. The others like ruby and python on the .net platform are quite different I assume just like they on the java platform, like Jython etc. – Ville M Apr 16 '09 at 20:14
feedback

Iron Python or any other language targeting DLR..

link|improve this answer
dont you mean CLR? – Neil N Apr 15 '09 at 21:18
Dynamic Language Runtime en.wikipedia.org/wiki/Dynamic_Language_Runtime – Charlie Apr 15 '09 at 21:19
Definitely the DLR; IronPython is doing great things, now on version 2 – Daz Apr 15 '09 at 21:23
feedback

From what little I heard Boo goes in that direction.

link|improve this answer
feedback

I am using Boo, its 100% interop with other CLI-compatible code - code generated dynamically in Boo is used with c#

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.