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

Three decisions not one

by systems (Pilgrim)
on Sep 03, 2005 at 17:32 UTC ( [id://488949]=note: print w/replies, xml ) Need Help??


in reply to Why GUI perl programs on Windows?

I think Jason have three different decision to make not one.
  1. Whether or not to use Perl?
  2. Which GUI Tool Kit to use?
  3. Whether or not he should go with a tradiotional GUI in the first place? As opposed to a CLI (command line interface) or a Web-UI
Thinking of them combined as just one decision is misleading.
In theory Perl should not dependent on any one GUI/TK (graphical user interface tool kit), but of course I know that in practice some binding will be more complete than others but in that case we would be complaining about this particular gui binding module, and not Perl in general. You should or not choose Perl, based on one the general qualities of Perl, two the quality GUI Lib bindings

The same rule (language independence) may apply to the GUI/TK, but thinking about it for a while, but it really doens't have too, like in the case of TK, it relies on the Tcl style of programming. Any computer language is ultimately a textual user interface that support some programming paradigm a GUI/Tk may be writen to take advantage of a certain paradigm, if the language doesn't support this paradigm, I would expect trouble in creating the binding, and api maping

Last, are you even sure you want a GUI, did you consider a WebUI.

I think those three decision are better made in the reverse order in which I discussed them, first decided what type of interface you want, next if you decided to go with a traditional GUI pick the Lib or ToolKit, last choose the language which best suite the lib programming style.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (8)
As of 2024-03-28 15:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found