in reply to Re: Perl compiler for .NET - anyone knows anything about it?
in thread Perl compiler for .NET - anyone knows anything about it?

No I'm not looking at just any scripting language built into C# - I actually consider Perl to be much more than just scripting language :)

Damn I can do so crazy (in good sense) things in Perl that I could only dream off in say C++ (or code half a day to accomplish those 5 minute things).

The thing that I plan to work more on is GUI (desktop apps) programming with Perl as I'm now mostly into web programming. The reason for sticking to just web programming is partly that user needs to go through hassle of installing Perl (on Windows boxes) just to run my application.

Yes I know about PAR and other similar solutions - but having .NET IL code would be somewhat more secure than shipping your source...

  • Comment on Re^2: Perl compiler for .NET - anyone knows anything about it?

Replies are listed 'Best First'.
Re^3: Perl compiler for .NET - anyone knows anything about it?
by Jenda (Abbot) on Sep 03, 2005 at 21:41 UTC

    What you are looking for is PDK, namely PerlNET.

    The Perl code is not compiled into .Net IL (since that was too slow), but you can create a DLL that (from the outside) will look just like any other .NET dll and you will be able to use .Net stuff from Perl and Perl stuff from .Net. Been there, done that. All you need apart from the generated DLL when shipping the app are two more DLLs.

    Jenda
    XML sucks. Badly. SOAP on the other hand is the most powerfull vacuum pump ever invented.