[IronPython] Mixing Languages with the DLR

Michael Foord fuzzyman at voidspace.org.uk
Sun Mar 30 17:25:57 CEST 2008


Hello all,

A quick question on mixing languages with the DLR. If we have an 
execution scope that we have executed code in - can we execute code from 
another language in the same scope?

If this is trivially easy (just use a different engine to execute the 
code in the same scope) then we could make Resolver One scriptable in 
the DLR language of your choosing... (Why anyone would want to use 
anything other than Python I don't know).

Michael
http://www.ironpythoninaction.com



More information about the Ironpython-users mailing list