I think the main reason you find Tk unperlish is because it isn't actually perl - it is TCL, and perl/Tk is Nick Ing-Simmons' valiant attempt to make the whole of Tk (a large, complex, and entirely TCL-centric library) available to the perl user. I have had very similar reactions to you when using perl/Tk to implement a simple GUI application, enough to put me off trying anything more complex.

I'm not sure why no-one has designed a more perlish programming library for GUIs, but I suspect it is because coming up with a good abstraction for GUIs is hard, and writing the low-level implementation is hard, and finding someone with the right expertise in those two independent domains is inevitably harder still.

If you are considering dragonchild's suggestion, I'd look particularly at the case of perl6 - an exception to prove several rules. It is rare in the open-source world for a well-qualified implementer to volunteer for a project already designed by someone else, as Patrick Michaud has done - most times someone that comes up with a design is ignored unless they also come up with at least a proof-of-concept as implementation.

Look also at the design process: comments were invited far and wide, then Larry went away and did the real design, then some discussion resulted in relatively minor changes to the design. What this is not is design by committee - that only gets you a camel if it was really a horse you needed.

Hugo


In reply to Re: Is there a really perlish user interface module, or something? by hv
in thread Is there a really perlish user interface module, or something? by Shenpen

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.