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