iPerl is an attempt to make a beginner friendly GUI REPL with standard REPL features and live-coding features.
Inspiration for live-coding and code stolen from vividsnow on blogs.perl.org
git clone https://github.com/arpadszasz/iperl.git
cpanm --installdeps .
- download iPerl binary archive for Windows
- extract and run
iperl.exe
- download iPerl binary archive for Linux
- extract (
tar -zxf iperl-linux-0.1.tar.gz
) - make binary executable (
chmod +x iperl.bin
) - run binary from shell (
./iperl.bin
) or by double-clicking on it