Thanks for your answer.
Too bad -- I guess I'll have to rewrite the custom print then.
Laurent
On Mon, Dec 2, 2013 at 9:16 PM, Vincent St-Amour wrote:
> `define/generic' binds the specified generic function to a new
> identifier, to allow methods to call the generic function recursively.
> In y
`define/generic' binds the specified generic function to a new
identifier, to allow methods to call the generic function recursively.
In your case, your `write-proc' calls `super-write' which, after
dispatch, calls your `write-proc' again.
What you want would be some a bit like CLOS's `call-next-m
Anyone has an answer to this?
Thanks,
Laurent
On Tue, Nov 12, 2013 at 1:58 PM, Laurent wrote:
> I'm trying to implement a custom writer for a struct with generics, but I
> think I'm misunderstanding something.
>
> What I want to do is specialize only the behavior for `write' and
> `display', b
3 matches
Mail list logo