Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: Multi-Method closures

by Limbic~Region (Chancellor)
on Sep 15, 2003 at 13:46 UTC ( [id://291553]=note: print w/replies, xml ) Need Help??


in reply to Re: Multi-Method closures
in thread Multi-Method closures

bart,
Sort of, but I can say in all honesty that I didn't even get the idea, let alone any code, from those slides.

As best as I can decipher the slides:

  • An anonymous hash is set up with a couple special keys
  • These keys are code refs that alter the hash itself
  • I think you would need a "method" key as an accessor/mutator for each "regular" key. If not, you could wipe out your own methods
  • You mentioned in the CB here that you thought this might be a memory leak (circular references) - I think the possibility exists

    My approach doesn't have the drawbacks of the last two points. Additionally, you can add additional lexicals in my technique as a way to add "pieces" to the pseudo object, so you are not limited to a single hash.

    Cheers - L~R

  • Log In?
    Username:
    Password:

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

    How do I use this?Last hourOther CB clients
    Other Users?
    Others surveying the Monastery: (4)
    As of 2024-03-28 13:24 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found