There are so many different .NET versions -- I suppose that somewhere in msdn there is an explanation of the differences -- but I have often wondered why IronPython used 2.0 when 3.5 is available. Just idle curiosity, I don't really care, but if there are significant new features, will IronPython 2.6 use the latest .NET? -- Vernon Cole
On Wed, Jun 17, 2009 at 6:12 PM, Michael Foord <[email protected]>wrote: > Curt Hagenlocher wrote: > >> ...except through the hosting API *and through the new C# dynamic >> functionality in .NET 4.0*. >> > > And how do you get to the classes to use them with the new dynamic > functionality if it isn't through the hosting API? > > What you do with them once you get them is your own business of course... > > Michael > > >> On Wed, Jun 17, 2009 at 5:06 PM, Michael Foord >> <[email protected]<mailto: >> [email protected]>> wrote: >> >> Justin Regele wrote: >> >> What is the status of referencing IPy libraries compiled to >> dlls by other CLR languages? Google turned up that as of 1.1 >> you had to use the embedding/hosting api's, since the dlls >> were not compatible with say C# assemblies. There were >> allusions made to this being changed. >> >> >> You can't access Python classes except through the hosting API. >> There are no (public) plans for this to change anytime soon. >> >> Michael >> >> >> >> >> >> >> >> ------------------------------------------------------------------------ >> >> >> >> _______________________________________________ >> Users mailing list >> [email protected] <mailto:[email protected]> >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> >> >> -- http://www.ironpythoninaction.com/ >> http://www.voidspace.org.uk/blog >> >> >> >> _______________________________________________ >> Users mailing list >> [email protected] <mailto:[email protected]> >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >> >> > > > -- > http://www.ironpythoninaction.com/ > http://www.voidspace.org.uk/blog > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
