Christophe Weblog Wiki Code Publications Music
handle arbitrary method combination
authorChristophe Rhodes <csr21@cantab.net>
Wed, 11 Dec 2013 20:53:48 +0000 (20:53 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Wed, 11 Dec 2013 20:53:48 +0000 (20:53 +0000)
commit3439c63eaba282191fbef5fa78f8ce29573323ed
treef2fa6b3d8640c92e7f2596cf529277fe595c709e
parent82c321875745956a207997994b4916614b22616e
handle arbitrary method combination

I think it's practically impossible to do on our own, certainly
efficiently: handling the pseudo-lisp that is an effective method is
likely to go wrong.  Piggy-back on SBCL, with
SB-PCL::MAKE-EFFECTIVE-METHOD-FUNCTION and SB-PCL::INVOKE-EMF
specializable.lisp