[plt-scheme] class.ss: super vs this methods

From: Carl Eastlund (cce at ccs.neu.edu)
Date: Fri Aug 4 22:38:14 EDT 2006

On 8/4/06, Jon Rafkind <workmin at ccs.neu.edu> wrote:
> Could (this) be made to work in the same way as (super) if supplied in
> the procedure position? Or would it be possible to just call (foo) and
> have it resolve to the correct method in the virtual table?
>
> (foo arg1 arg2)

See section 4.5.1 of the MzLib manual in Help Desk: that's the first
way it lists to apply a method inside the body of a class.  Try it
out.

-- 
Carl Eastlund


Posted on the users mailing list.