I\'d like to write some interactive GUIs in Perl. I\'ve used TclTk but it looks dated. I\'ve written QT code for C++, but the PerlTk module hasn\'t had a release in several
Recently I was made aware of another GUI toolkit for Perl called Prima. Its claim to fame is that it was written in C especially for Perl, not a port from TCL or bindings to something else. Assuming you have some rather standard libraries on your system, it will install directly from CPAN and its cross-platform!
David Mertens has been writing a new plotting library for PDL using it, and a REPL too!