Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
Love him or hate him, Joel's got another article out. Amongst the many interesting points:
Mitch Kapor, who founded Lotus and created 123, decided for his next application to go with something called wxWindows and wxPython for cross platform support.
We have started building desktop applications to manage some of our Web services in part because clients tend to be more impressed with desktop apps. When you're trying to obtain funding and win contracts, showing them your beautiful (*cough*) Web applications doesn't impress. Many companies with beautiful Web applications found themselves selling their office furniture in the end. Since we decided to go this route, one of our programmers investigated several possibilities. As we were not going to go the
Java was ruled out quickly as being slow, buggy, and had too many issues with not allowing the programmer the fine-grained control that is often desired for a desktop application. Perl, regrettably, forced extra complications on us for distribution and was more difficult to support (and we'll not talk about threading). Ruby simply wasn't far enough along, but that would have been awesome. Python, on the other hand, had impressive support, was easy to bundle and distribute and was relatively quick to develop in. In fact, the desktop apps -- which I have not had the chance to work on -- have been so fast and responsive that they could be mistaken for an app written in Visual C++. We've been very happy with it.
Now, when can we get this convenience with Perl?
Distributing Perl Apps (Score:2)
--Nat
Always read the source code (Score:2)
It seems that the author of AmphetaDesk is a wee bit bitter. Comments from Ampheta.pl
perlapp (Score:1)
Something that is on my todo is to learn wxWindows, so I can write stuff that will work on Linux/OS X/Windows. I attempted to learn it once but found the lack of documentation frustrating. I don't really have much of a choice as I've h
Re:perlapp (Score:2)
I have to confess that I also disagree with him from time to time. For example, in his latest article, he writes the following:
On the surface, I agree with that. I was certainly one of those cocksure "I can program anything" types and I faced my comeuppance once I started hanging out at Perl
Re:perlapp (Score:1)
The idea being that in university you pick up your theoretical knowledge, all the concepts and ideas, and have some practical applications of said knowledge (usually in some either ancient or obscure language).
With that knowledge, you can pick up any language.
You then have the joy of adjusting to management who give 'fun' specifications.
Others seem to think that theory is bunk and you become a good programmer merely by doing lots of prog
---ict / Spoon
Python (Score:1)
Re:Python (Score:2)
I don't work on the Python side, so I could be mistaken, but I seem to recall that wxPython was the choice. The programmer who's handling that is generally pretty careful about researching things, but I don't know his reasoning for this choice.