in reply to semi-OT: Lisp code
in thread OO, Class::MethodMaker, and get_set
Maybe there's something out there that implements something akin to Lisp's :after methods in Perl that would do what you want.Well, there is Hook::LexWrap. But if what I read elsewhere in this thread is true (that we assume the computation of 'C' is expensive and we'd like to cache it), then you'd just want to clear the 'C' cache when you change 'A' or 'B', and when you request 'C', just return the cached value if it exists, else compute, cache, and return it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: semi-OT: Lisp code
by hding (Chaplain) on Apr 01, 2003 at 18:37 UTC |