vote up 3 vote down star
1

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?

flag

4 Answers

vote up 5 vote down check

Boo, IronPython, IronRuby are probably the options.

There are other CLI languages too.

link|flag
IronRuby is the name. :) – Anthony Kanago Apr 15 at 22:15
Yeap... I have just find out. It turns out there's a Ruby.NET also ... :-/ – John Apr 15 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 at 20:14
vote up 2 vote down

Iron Python or any other language targeting DLR..

link|flag
dont you mean CLR? – Neil N Apr 15 at 21:18
Dynamic Language Runtime en.wikipedia.org/wiki/Dynamic_Language_Runtime/… – Charlie Apr 15 at 21:19
Definitely the DLR; IronPython is doing great things, now on version 2 – Daz Apr 15 at 21:23
vote up 0 vote down

From what little I heard Boo goes in that direction.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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