0
kicks
Executing IronPython Code from IronRuby
One of the advantages of the Dynamic Language Runtime (DLR) is the fact that it makes sharing code between the languages that are written on top of it (and on top of the CLR as well).
In this post I’ll show you how to run IronPython code from IronRuby so you can take it and make wonders!