[IronPython] Microsoft.Scripting, Python and Ruby

Michael Foord fuzzyman at voidspace.org.uk
Tue Aug 18 13:15:26 CEST 2009


Ivan Porto Carrero wrote:
> from memory:
> You create different language setups and from these setups you can 
> create different scriptscopes to execute you code.

His issue (as I understand it) is not having a common build of 
IronPython and IronRuby that use the same version of the DLR.

Michael
>
> ---
> 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 
> <mailto: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 <mailto: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 <mailto:Users at lists.ironpython.com>
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>   


-- 
http://www.ironpythoninaction.com/




More information about the Ironpython-users mailing list