On Fri, 15 Aug 2003, TOGoS wrote: > There may be something I'm missing, but I don't > understand why we need a keyed version of just > about every opcode.
It avoids having to create a lot of temporary PMCs with weird magic on them, avoids having to create temporary PMCs in general, and allows the container to hold the value overloading code. At some point I'll put together a more comprehensive formal reasoning for it, but for now accept that you have to do it this way and cope. Dan