Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: A better mod (%) operator?

by particle (Vicar)
on Jul 09, 2002 at 00:51 UTC ( [id://180364]=note: print w/replies, xml ) Need Help??


in reply to (jeffa) Re: A better mod (%) operator?
in thread A better mod (%) operator?

The problem with overload though, is that you cannot define some new token such as /% - you have to use an existing one.
perl 6 solves this problem. something like:

my sub operator:%/ is prec(\&operator:%) ($x, $y) { ... }
i'll be glad i can finally add the ,= operator i've been looking for to replace push.

~Particle *accelerates*

Replies are listed 'Best First'.
Re: Re^2: A better mod (%) operator?
by Kickstart (Pilgrim) on Jul 10, 2002 at 21:46 UTC
    Oooooooo....this is going to be SUCH a boon to the Perl Obfuscators :)

    Kickstart

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://180364]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-03-19 09:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found