On Wed, 2004-02-25 at 15:54, Dan Sugalski wrote: > Yep, it looks like everything that should work now actually *does* > work now, modulo a test that needs a thump. If folks would abuse this > heavily, I'd much appreciate it.
I'll revise some of the SDL code to use objects instead of pseudo objects. While I'm at it, is there nice IMCC syntactic sugar for making method calls, or do I have to fill in the registers myself? It's quite nice to write: ($I2, $I3) = _some_function_call( $I0, $I1 ) It'd be a shame not to have something similar for methods.... -- c