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?
|
feedback
|
|
Boo, IronPython, IronRuby are probably the options. There are other CLI languages too. | |||||||
feedback
|
|
Iron Python or any other language targeting DLR.. | |||||||
feedback
|
|
I am using Boo, its 100% interop with other CLI-compatible code - code generated dynamically in Boo is used with c# | |||
|
feedback
|