Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Perl GUI (2013)

by DrHyde (Prior)
on Aug 06, 2013 at 10:59 UTC ( [id://1048089]=note: print w/replies, xml ) Need Help??


in reply to Perl GUI (2013)

If Perl doesn't have any modern GUI facilities, this is a major shortcoming in the language!

No it isn't. C doesn't have any modern GUI facilities either, but it's not a major shortcoming in the language. It's not even the biggest shortcoming in the language (that would be the obtuse syntax for specifying pointer data types IMO, followed by the propensity some C programmers have for abusing the pre-processor).

Many (most?) programmers don't need GUIs at all, which is why most languages don't have any support for them. Instead, you use some third party library. Wx is the most common choice these days for portable code, or if you want to target a specific platform then there's Win32::GUI, Gtk for Gnome-ish platforms, and so on.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-24 18:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found