Feb. 27, 2015
6:47 p.m.
On 27 Feb 2015, at 17:53, Henrik Johansen <henrik.s.johansen@veloxit.no> wrote:
Would something like slots: {#x . #y . #area -> (Cache: #calculateArea)) }
Meaning :area is a Slot that holds a cached value, calculated when accessed (by calling calculateArea), and nilled whenever slots accessed by it's calculation method takes a new value.
yes, that should be quite easy to build in combination with MetaLinks⦠Marcus