Brian Lloyd wrote:

Hello, I am currently doing some research into using open source scripting
languages with dotnet. Apart from the following, can anyone direct me to

other

ongoing projects?

I've (finally!) gotten the time to post something I've been working
on. Python Scripting for .NET is an integration of the CPython
engine with the CLR:

http://www.zope.org/Members/Brian/PythonNet/index_html

My intent is that it will also work with mono (the integration
layer is all in C#), but I haven't tried to build it under
mono yet.


Brian Lloyd [EMAIL PROTECTED]
V.P. Engineering 540.361.1716
Zope Corporation http://www.zope.com



_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Please excuse my ignorance, but will it eventually be possible to import an entire namespace at once such as:
from CLR.System.IO import *

Also have you taken a look at ActiveState's work on Python and .NET?
http://www.activestate.com/Corporate/Initiatives/NET/Research.html?_x=1

_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Reply via email to