as a maintainer of Tcl::Tk module, I want to shed a light on your mention "Tcl::Tk is nearly identical to Tk, but somewhat faster. Why both exist is beyond my understanding though...".

In few words, because perl/Tk was implemented in unusual (read: wrong) way
To expand, usually other languages (ruby, python, etc) and other GUI libs (Gtk, QT, etc) do *not* include entire GUI lib into extension, while perl/Tk did.
This leads to a problem of harder maintenance and harder incorporations of new features.
I, personally, was stuch with lack of Unicode few years ago, and moving to Tcl::Tk was a must for me.

Also another module on CPAN makes similar job but it do not follow perl/Tk syntax.

On a different note - I was impressed on QT. Although it is not acceptable for me (due to $cost for commercial usage) I was impressed by its quality: QT on my Set-top-box, satellite receiver, based on Linux and having only 32Mb of memory, was unbeleiveable fast and lightweight and damn good... (compared to Gtk+)


In reply to Re^2: GUI on all platforms by vkon
in thread GUI on all platforms by thomas23

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.