Skip to content

arpadszasz/iperl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iPerl - Simple Perl REPL GUI using wxPerl and AnyEvent

Description

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

Perl live coding on YouTube

Installing

From source

git clone https://github.com/arpadszasz/iperl.git
cpanm --installdeps .

Windows

  1. download iPerl binary archive for Windows
  2. extract and run iperl.exe

iPerl on Windows

Linux

  1. download iPerl binary archive for Linux
  2. extract (tar -zxf iperl-linux-0.1.tar.gz)
  3. make binary executable (chmod +x iperl.bin)
  4. run binary from shell (./iperl.bin) or by double-clicking on it

About

Simple Perl REPL GUI using wxPerl and AnyEvent

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages