NAME

seis - Seis interpreter

SYNOPSIS

% seis foo.pl

DESCRIPTION

seis is a incomplete perl6 interpreter.

MODES

-e
% seis -e 'say 4'

Evluate the code from the command line option.

Read from file
% seis foo.pl

seis reads the file and evaluate it.

REPL
% seis

If you runs seis without arguments, seis enter the REPL mode.

SEE ALSO

Seis