guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Modules and GOOPS


From: Chris Vine
Subject: Re: Modules and GOOPS
Date: Sun, 31 Jul 2016 11:44:11 +0100

On Fri, 29 Jul 2016 21:00:42 +0300
Marko Rauhamaa <address@hidden> wrote:
[snip]
> More generally, take a look at <URL:
> http://www.delorie.com/gnu/docs/guile/guile-tut_10.html> and how
> MAKE-CELL has been defined. That's true OOP without classes or slots.

For that simple kind of use you might as well use records.  R6RS
records are also inheritable, so you can construct type heirarchies;
SRFI-9 records are not.  Guile provides both.

Chris



reply via email to

[Prev in Thread] Current Thread [Next in Thread]