It occurs to me that, while I don't want to pull in all the
possible Unicode operators by default, we should make it easy
to do so.  Perhaps something like

    use *;

should pull in all the Unicode operators.  Which if course means that
any golfing would start with

    *;

to pull in all the possible operators in non-strict mode, and turn
on the mode where methods can be specified by the first few unique
characters, and maybe turn off mandatory whitespace in a few spots. :)

Larry

Reply via email to