[IronPython] Microsoft.Scripting, Python and Ruby

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


The ironruby release includes the binaries of ironpython too
http://ironruby.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30914#DownloadId=77408
---
Met vriendelijke groeten - Best regards - Salutations
Ivan Porto Carrero
GSM: +32.486.787.582
Blog: http://flanders.co.nz
Twitter: http://twitter.com/casualjim
Author of IronRuby in Action (http://manning.com/carrero)



On Tue, Aug 18, 2009 at 1:15 PM, Michael Foord <fuzzyman at voidspace.org.uk>wrote:

> 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/
>
>
> _______________________________________________
> 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/2dc54738/attachment.html>


More information about the Ironpython-users mailing list