Dan Sugalski writes:
> If the vtable stuff goes into the core perl engine (and it probably will,
> barring performance issues), then what could happen in the

I have a lot of questions.  Please point me to the appropriate place
if they are answered elsewhere.

vtables are tables of C functions?  Perl functions?  Either?  How
would you use them to handle overloading of operators?  One function
in the vtable for every operation?  How does that extend to
user-defined operators?

Nat

Reply via email to