Robert Goldman <rpgold...@sift.net> wrote:

> Why would that be a win over just calling FORMATTED-VERSION on demand?
>
> I.e., we could just provide something like
>
> (defgeneric FORMATTED-VERSION (C &optional version)
>   (:method ((COMPONENT C) &optional version)
>      (or version (component-version c)))
>
> and then the programmer could extend this as needed.

  You're right of course.

-- 
My new Jazz CD entitled "Roots and Leaves" is out!
Check it out: http://didierverna.com/records/roots-and-leaves.php

Lisp, Jazz, Aïkido: http://www.didierverna.info

Reply via email to