The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SuperPython - Perl filter module to implement the SuperPython language

SYNOPSIS

  perl -MSuperPython hello.spy

  use SuperPython;
  # (SuperPython code follows here)
  no SuperPython;
  # regular Perl code resumes
  # (not recommended; regular Perl is too hard to understand and maintain)

DESCRIPTION

This module implements a Perl source filter for the SuperPython language, allowing SuperPython code to be embedded into Perl programs.

SuperPython brings to Perl all the benefits of Python's vaunted whitespace-sensitivity, including readability, maintainability, less punctuation, and all that other great crap. In fact, it goes several steps further than Python in this direction. However, SuperPython retains Perl's powerful and flexible underlying semantics.

Example SuperPython programs (*.spy) are included with this module. The syntax should be clear even to a casual observer; however, watch out for the upcoming 'SuperPython in a Nutshell' book from O'Reilly and Associates.

FUTURE WORK

There is no reason why Python itself

AUTHOR

Mark Jason Dominus (mjd@plover.com)

SEE ALSO

python(1).