From: gutzofter
Subject: Using destructuring-bind to create generic functions
Date: 
Message-ID: <cf708ebf-74a0-4c5a-b3b5-60edf7f8ded3@k1g2000prb.googlegroups.com>
Has any body used destructuring-bind and lambda lists to create
generic functions?

I've already looked at dynamic functions by Pascal.

gutzofter
http://uglylispcode.wordpress.com/
From: Pascal Costanza
Subject: Re: Using destructuring-bind to create generic functions
Date: 
Message-ID: <6r6q3aFg04qsU1@mid.individual.net>
gutzofter wrote:
> Has any body used destructuring-bind and lambda lists to create
> generic functions?

Yes. Google for destructuring-case. It's relatively easy to define using 
a combination of handler-bind and destructuring-bind.


Pascal

-- 
My website: http://p-cos.net
Common Lisp Document Repository: http://cdr.eurolisp.org
Closer to MOP & ContextL: http://common-lisp.net/project/closer/