in reply to Re^2: RFC: Object::Proxy (or somesuch)
in thread RFC: Object::Proxy (or somesuch)
Could you make this more general so you could make lazy expressions? So instead of getting a number back from 0 + $foo->bar you get back a value which will defer running ->bar until it is actually needed? Sort of like promises from E.
Maybe you could just name your module Object::Realize::Later::Lighter if the improvement is that you avoid having a ::Lazy package. Are you really proposing having so many lazy packages that avoiding adding a ::Lazy one is going to help? Partially I wonder because AFAICT, Object::Realize::Later is already sort of a standard when people solve this problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: RFC: Object::Proxy (or somesuch)
by dragonchild (Archbishop) on Nov 19, 2004 at 19:42 UTC | |
|
Re^4: RFC: Object::Proxy (or somesuch)
by stvn (Monsignor) on Nov 19, 2004 at 19:46 UTC | |
by diotalevi (Canon) on Nov 19, 2004 at 19:51 UTC | |
by stvn (Monsignor) on Nov 19, 2004 at 20:20 UTC | |
by dragonchild (Archbishop) on Nov 19, 2004 at 19:53 UTC |