http://qs321.pair.com?node_id=245624


in reply to Re: Fun with Closures
in thread Fun with Closures

Eh, no, using closures to create objects has nothing to do with Inside-Out Objects. Last year on YAPC::NA, I did give a talk discussing both Inside-Out Objects and an OO system based on closures, but there was nothing in common between the two.

As for a closure based object system, including inheritance and AUTOLOAD, see OO::Closures on CPAN.

Abigail

Replies are listed 'Best First'.
Re: Re: Fun with Closures
by jdporter (Paladin) on Mar 25, 2003 at 17:59 UTC
    You are quite right. I was thinking of your OO::Closures, and when I searched, came across your inside-out objects, and rashly conflated the two. Both are cool, but entirely distinct.

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