Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re(5): Toggling between two values

by chip (Curate)
on May 05, 2003 at 20:21 UTC ( #255741=note: print w/replies, xml ) Need Help??


in reply to Re: Re: •Re: Re: Toggling between two values
in thread Toggling between two values

Well, hm. Given this behavior:
eval q{ my $foo = 1; sub bar { ++$foo } }; print &bar, &bar, &bar;

Would you say that &bar is a closure? Because if it is, then I've been conflating closures in general with a specific subset of them, and I have some apologies to make....

    -- Chip Salzenberg, Free-Floating Agent of Chaos

Replies are listed 'Best First'.
Re: Re(5): Toggling between two values
by jdporter (Chancellor) on May 06, 2003 at 12:46 UTC
    Would you say that &bar is a closure?
    Yes, it is, according to the standard definition.

    OTOH, there needs to be a term for "subroutine which is created at run time via the sub operator and thus may have bindings to lexicals which outlive the names of those lexicals"...

    jdporter
    The 6th Rule of Perl Club is -- There is no Rule #6.

      Hm. I'd call them "non-trivial closures" or, if I were to use a term from the Perl internals, "cloning closures".

      And, BTW: "Sorry about that, merlyn."

          -- Chip Salzenberg, Free-Floating Agent of Chaos

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2023-12-06 03:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (29 votes). Check out past polls.

    Notices?