chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] state of tinyclos ?


From: Rick Taube
Subject: [Chicken-users] state of tinyclos ?
Date: Mon, 20 Mar 2006 11:43:02 -0600

i am curious as to the current state of chicken's tinyclos implementation: does it allow slot descriptions with :init- keywords, :init-forms and :accessors yet like gauche, guile and stklos?

Rick Taube


On Mar 17, 2006, at 1:04 AM, felix winkelmann wrote:

On 3/17/06, Alex Shinn <address@hidden> wrote:

Unfortunately Chicken currently segfaults when you MAKE an inherited
instance of <generic>:

$ csi -q
#;1> (define x (make-class (list <generic>) (list)))
#;2> (make x)
$


May it be possible that you have to use <entity-class> as your
metaclass, i.e.?

(define-class <my-generic> (<generic>) () <entity-class>)


cheers,
felix


_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users





reply via email to

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