Front page | perl.perl5.porters |
Postings from December 2000
Re: Python .NET
Thread Previous
|
Thread Next
From:
Jan Dubois
Date:
December 14, 2000 22:48
Subject:
Re: Python .NET
Message ID:
i8fj3t4dgnrs9ne5dk364molsank03pkj9@4ax.com
On Wed, 13 Dec 2000 18:43:04 -0700 (MST), Nathan Torkington
<gnat@frii.com> wrote:
>What's that noise? That's us being left in the dust :-)
Oops, sorry about that. Here is the corresponding "Perl for .NET" stuff I
did earlier this year:
http://www.activestate.com/Products/NET/Perl.html
Please note that this is just experimental / research code. Much of the
Perl language doesn't work there (including all of regex).
The interesting sample code is the extended cross language sample in
/Perl/samples/CrossLang: it uses an abstract base class written in VB
with the actual implementation of the pure virtual methods in Perl.
I'm busy working on the "new" approach outlined on the page above. I hope
to have a first version early February.
-Jan
PS: Sorry, everything is packaged up as an MSI file, so you'll need a
Windows box to install it to look at the sample code. If anyone just
wants to see the sample code without actually running it, let me know and
I'll email it to you.
>----
>
>Charming Python: Inside JPython and Python for .NET
>http://www-106.ibm.com/developerworks/library/l-jpython.html?dwzone=linux
>
>"Although Python is commonly equated with CPython, its specification has
>been implemented elsewhere several times, including in applications for
>Java and .NET. JPython compiles Python source to Java bytecode and
>provides transparent access to Java classes. Python for .NET is an
>application in the works for Microsoft's forthcoming cross-language
>technology platform. In my interview with Mark Hammond, Finn Bock, and
>Barry Warsaw, I found out more about how JPython and Python for .NET were
>developed and what's in store for the future of these alternative Python
>implementations."
>
Thread Previous
|
Thread Next