in reply to Re^2: "Why Perl is better than Java & .NET" article.
in thread "Why Perl is better than Java & .NET" article.
Both Java and .Net have large core libraries for GUI programming. Perl Tk, on the other hand, is a fragile, optional installation. Both Java and .Net have a stable (though arguably worse-is-better) threading system, where ithreads still have implementation issues and rough edges.
I've written GUI applications in Java and I've written GUI applications in Perl Tk. There are advantages and disadvantages to both, completely unrelated to the syntax and semantics of the language. Certainly it's possible to write similar applications in both languages, or with a different toolkit such as SWT or wxWidgets.
Still, you're guilty of bad advocacy at the least if you ignore that practical GUI programming in Perl is harder than it ought to be.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: "Why Perl is better than Java & .NET" article.
by tomazos (Deacon) on Jul 21, 2005 at 21:32 UTC | |
by gellyfish (Monsignor) on Jul 21, 2005 at 22:48 UTC | |
by chromatic (Archbishop) on Jul 22, 2005 at 05:29 UTC | |
by Anonymous Monk on Jul 21, 2005 at 23:28 UTC |