Re: [COMMIT] Multimethod reworkage

2001-11-16 Thread Simon Cozens
On Fri, Nov 16, 2001 at 10:45:34AM -0500, Jason Gloudon wrote: > Hurrah! Thank you! And for my next trick, implementing PMCs... Oh, Dan sneaked in an interesting patch yesterday, which allows you to create interpreters and run code in them on the fly. See t/interp.t for an example. -- Do not

Re: [COMMIT] Multimethod reworkage

2001-11-16 Thread Jason Gloudon
On Fri, Nov 16, 2001 at 03:40:57PM +, Simon Cozens wrote: Hurrah! -- Jason

[COMMIT] Multimethod reworkage

2001-11-16 Thread Simon Cozens
I sat down with Dan yesterday and finally got my head around his idea of the multiple forms of some of the vtable methods. Unfortunately, this kinda interrupts what I was doing implementing Perl scalar PMCs. :) Anyway, instead of having an array of five different ways to add things together, each