Subject: Re: [boost] Boost.Multimethod proposal
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-08-23 10:00:04


OvermindDL1 wrote:

> Hmm, I know LISP has a well optimized multimethod implementation
> written in pure LISP, wonder how easily that method could be
> transferred to C++, although more verbose...

Lisp is dynamically typed, so the implementation of multimethods is
simply that of overloading.