reply

lightweight extensible Perl REPL

Install

All systems
curl cmd.cat/reply.sh
Debian Debian
apt-get install libreply-perl
Ubuntu
apt-get install libreply-perl
image/svg+xml Kali Linux
apt-get install libreply-perl
Fedora
dnf install libreply-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install libreply-perl
Raspbian
apt-get install libreply-perl

libreply-perl

lightweight extensible Perl REPL

Reply ("read, eval, print, loop, yay!") is a lightweight, extensible REPL for Perl. It is plugin-based (see Reply::Plugin), and through plugins supports many advanced features such as coloring and pretty printing, readline support, and pluggable commands. NOTE: This is an early release, and implementation details of this module are still very much in flux. Feedback is welcome!

perl-Reply

Plugin-based read-evaluate-print loop for Perl