
23 Aug
2009
23 Aug
'09
2 p.m.
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.