Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Why GUI perl programs on Windows?

by mattr (Curate)
on Sep 03, 2005 at 15:23 UTC ( [id://488927]=note: print w/replies, xml ) Need Help??


in reply to Why GUI perl programs on Windows?

There is Win32::GUI or related module I've used before.

It should be possible to program in perl more quickly, though if you have a specific goal that needs lightning speed say for animation then C++ may be better. Also there is more Wx code and contributed libraries that have not yet been perl wrapped, so you still could look at that framework if you are using C++.

The merits of perl over other languages are better covered elsewhere. Though being a bit more secure against buffer overflows, and being quicker to prototype, are two. If you can write your time dependent code as a library useable from Perl you can contribute to the community as well. C++ not C# please! Actually if you work on a perl GUI project you will get more chicks too!

Personally I find it worth putting extra time into getting a perl gui environment working on windows even though I've programmed a large C application (ported a printing app like quark express from MacOS) for windows. Did I mention I absolutely love Perl and absolutely hate programming the Windows interface?

Some more reasons.. you can use CPAN and put code that was in a CGI into a client app. You can use PAR and download modules on the fly. You can glue together other languages and embed C++. Preprepared facilities like hashes and regexes, dynamic typing, DWIM-like grammar, Perl 6 roadmap, etc.

I have other reasons but they are part of my competitive edge!

That said, being the quintissential lazy perl programmer I would prefer an even easier way to to do it. With perl I have some faith that will come in time. Somehow I feel flavor of the month C# was not intended for the same thing.

Oh, last reason not to use C# is Steve Ballmer's tantrum where he threatens the Google CEO with murder (story on slashdot.org today). I don't think I want to trust my code to that kind of a company.

Replies are listed 'Best First'.
Re^2: Why GUI perl programs on Windows?
by PhilHibbs (Hermit) on Sep 04, 2005 at 13:22 UTC
    Oh, come on, he doesn't threaten to kill Schmidt. He allegedly said "I'm going to f***ing bury that guy, I have done it before, and I will do it again.", presumably implying that he thought he had buried Schmidt when he was CEO of Novell (remember them?) or CTO of Sun. He threatened to kill Google, but there isn't a crime for "killing" a corporation in the marketplace.
      (Sorry I lost the reply I just posted and am posting again now). You could be right. My interpretation was that Microsoft, and Ballmer personally, periodically targets companies or individuals to destroy in some fashion, and that it is definitely personal this time. Coming from a convicted monopoly that is grotesque and I hope it hurts them and Ballmer personally. I expect he was getting a bit emotional about a company hiring away talented individuals. But the lengthy comment indicates a very nasty person as well as a company philosophy that does not fit with what I want on my desktop. (So I use linux instead of Windows as my main machine).

      Anyway, if you wanted to pick a bad news day for someone to ask the Monastery why shouldn't he use C# instead of perl, this was it. I tried to stay objective though! ;)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://488927]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-16 12:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found