scsh-users
[Top] [All Lists]

Implementing classes in scheme.

To: scsh-news@zurich.ai.mit.edu
Subject: Implementing classes in scheme.
From: umbgrad@mail.com (Tom Booster)
Date: 29 Nov 2002 09:08:37 -0800
Organization: http://groups.google.com/
I attempting to implement classes in scheme with using 
(let-lambda-let-lambda) this isn't too difficult. My problem is 
attempting to implement this.* of every object.
For example I can code a function to increment my class variables.
(set! this.counter (+ this.counter 1))
Does anyone have a clue of how to implement this class in scheme?
Thanks Tom

<Prev in Thread] Current Thread [Next in Thread>