in reply to Re: Re: Re: Re: RFC Magic::Attach
in thread RFC Magic::Attach
The use of the ~ table is meerly an implementation detail. What the module does is attach named attributes to a value at run time. It should be named for its public interface and purpose, not for its implementation details. (Save that name for a concrete implementation when the same interface is implemented multiple ways based on the situation).
This concept is what Perl 6 calls "Properties", and LISP also calls it properties. It's different from the existing Perl attributes or attribs.
—John
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6:: RFC Magic::Attach
by shotgunefx (Parson) on Jan 21, 2003 at 09:07 UTC |