tip: workaround for the lack of GUI programming in Raku

[email protected] (ToddAndMargo via perl6-users) Thu, 6 Nov 2025 20:01:21 -0800
Newsgroups perl.perl6.users
Message-ID <[email protected]>
Hi All,

In both Windows and Linux, I use "Zenity".  It does a
reasonable jobs for simple things.

https://help.gnome.org/users/zenity/stable/index.html.en

Fedora (it's in the repos)
# dnf install zenity

Windows:
https://github.com/kvaps/zenity-windows
https://github.com/kvaps/zenity-windows/releases/download/v3.20.0-1/zenity-3.20.0_win32-1.exe

Here is wishing for GUI support though.  Until
then, I am still sticking with Raku and Zenity.

-T

GLADE is interesting, but you really need to be
programming in C to use it