guile-user
[Top][All Lists]
Advanced

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

Re: minimalist guile


From: Jon Wilson
Subject: Re: minimalist guile
Date: Sun, 18 Jun 2006 20:29:08 -0500
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050324)



Mildred wrote:
I also like the object-oriented way to call functions/methods, that is
the functions are not defined globally but related to an object. For
example, I think about :

        ((myobject 'mymethod) parameters ...)

I prefer that to

        (myclass-mymethod myobject parameters ...)

Most LISP systems today have some facility for doing OOP. Common Lisp has the Common Lisp Object System, or CLOS, and guile has GOOPS.

In fact, IIRC, Common Lisp was the first language in which OOP was ever implemented.

Regards,
Jon




reply via email to

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