On Sun, 2012-03-18 at 14:38 -0400, jkaczo...@aol.pl wrote:
> Could anyone explain me how to create objects and their instances?
> [...]
Hello,
first you have to create a class. An empty class definition might look
like this:
(define foo%
(class object%
(super-new)))
Note that a
On Sun, 2012-03-18 at 14:38 -0400, jkaczo...@aol.pl wrote:
> Could anyone explain me how to create objects and their instances?
> [...]
Hello,
first you have to create a class. An empty class definition might look
like this:
(define foo%
(class object%
(super-new)))
Note that a clas
2 matches
Mail list logo