[IronPython] Microsoft.Scripting, Python and Ruby

Ivan Porto Carrero ivan at flanders.co.nz
Tue Aug 18 13:02:30 CEST 2009


from memory:
You create different language setups and from these setups you can create
different scriptscopes to execute you code.
---
Met vriendelijke groeten - Best regards - Salutations
Ivan Porto Carrero
Blog: http://flanders.co.nz
Twitter: http://twitter.com/casualjim
Author of IronRuby in Action (http://manning.com/carrero)



---------- Forwarded message ----------
From: Marco Parenzan <marco.parenzan at libero.it>
Date: Tue, Aug 18, 2009 at 11:44 AM
Subject: [IronPython] Microsoft.Scripting, Python and Ruby
To: users at lists.ironpython.com


 Dear All,



what about coexistent IronPython and IronRuby in the same application (not
passing objects between IronPython to IronRuby and viceversa)?

In detail, I’d like to script my application with either IronPython or
IronRuby: the DLR is here for this!

Where I store locally my scripts (an Xml file) I can save the type of
script, so I can decide on a script base the language.

But with all subsequent releases of IPY and IRB, have always different
Microsoft.Scripting dlls: at the moment, IPY 2.6beta2 has 2.6.907.0, while
IRB has 1.0.

If I statically link Microsoft Scripting dll is a problem: the only solution
I have is to bring IPY and IRB dlls in different folders and dynamically
load the assemblies.

How can be solved this?



Thanks in advance.



                Marco [dot] Parenzan [at] libero [dot] it

_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090818/10a79a0d/attachment.html>


More information about the Ironpython-users mailing list