Ruud H.G. van Tol schreef:

> [Perl6-modules meta-structure]
> I am currently building a photo classification system. Each photo is
> more or less unique, it has a unique identification code, and a short
> and a long description. Both descriptions may even be left empty. The
> classification is with keywords (or rather phrases, like 'marble
> hall'). A search on '+"marble hall" modern' (or: '+marble.hall
> modern') returns all 'marble hall' photos, with the 'modern' ones on
> top. The list of key-phrases is extensible and supposed to remain
> limited, but of course a user can let it grow out of hand as well.

Oops, I forgot one very important relation: the parent. Photos that
belong together, are in the same directory. And a parent can have a
parent, so there is still a tree that can be traversed. With modules,
the 'See also' links can cover that.

-- 
Grtz, Ruud

Reply via email to