% cat gtk.pl #!/usr/bin/env perl6 use GTK::Simple; my $app = GTK::Simple::App.new(title => "Hello GTK!"); % time perl6 gtk.pl perl6 gtk.pl 29.35s user 0.35s system 99% cpu 29.720 total