6
shouts

Executing IronPython Code from IronRuby

posted by shayfriedmanshayfriedman 106 days, 18 hours, 5 minutes ago
Wednesday, November 25, 2009 1:06:10 PM GMT

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!

category: Foundation | clicked: 2 | | source: www.ironshay.com | show counter code
tags: DLR, IronPython, IronRuby