[IronPython] Microsoft.Scripting and IronPython
Dody Gunawinata
empirebuilder at gmail.com
Sun Mar 1 12:21:47 CET 2009
Microsoft.Scripting and Microsoft.Script.Core is related to DLR
(Dynamic Language Runtime) http://www.codeplex.com/dlr.
IronPython is the Python implementation for .Net platform and relies
heavily on DLR, which provides common infrastructure for dynamic
language implementation on the .Net framework.
One good document to read is
http://compilerlab.members.winisp.net/hosting-tour.doc, the hosting
API shows the interaction between the DLR and the language itself.
For the rest, go to http://ironpython-urls.blogspot.com/ and you'll
find all the link and infos you need.
Dody G.
On Sun, Mar 1, 2009 at 1:02 PM, <ASchmidt at sysdesign-edv.de> wrote:
> Hello all,
>
> I'm not sure whether this question is right on the users list but I didn't
> find a developer list or something similar.
>
> I think IronPython is one of the most exciting projects I've seen the last
> months and I would like to understand it better and maybe contribute some
> stuff I've developed before for CPython. But I didn't understand how
> Microsoft.Scripting, Microsoft.Scripting.Core und IronPython are related to
> each other. I also find no documentation about these internals.
>
> Can anyone give me some hint where to start?
>
> Thanks a lot!!
>
> Best regards
> Andy
>
>
> HELPING HEADS for Hard- and Software
> -------------------------------------------------------------------------
> Fuer Ihre Projekte entwickeln wir massgeschneiderte Loesungen - schnell,
> flexibel und direkt vor Ort. Unser eingespieltes Team an erfahrenen Hard-
> und Software-Spezialisten unterstuetzt Sie dort, wo Sie uns brauchen.
>
>
>
> --------------------------------------------------------------------------
> SysDesign GmbH
> Saentisstrasse 25
> D-88079 Kressbronn am Bodensee
>
> Geschaeftsfuehrer: Franz Kleiner
> Handelsregister: Ulm 632138
> --------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
--
nomadlife.org
More information about the Ironpython-users
mailing list