chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] TinyCLOS, builtin-classes, instantiation.


From: Felix Winkelmann
Subject: Re: [Chicken-users] TinyCLOS, builtin-classes, instantiation.
Date: Mon, 11 Oct 2004 08:42:58 +0200
User-agent: Mozilla Thunderbird 0.5 (X11/20040208)

Johannes Groedem wrote:
It's possible I've misunderstood something, but is this supposed to
work, or are the builtin classes only meant to be used for
generic method-dispatch?

;; test-case.scm:
(require-extension tinyclos)

(define-class <thread-hash> (<hash-table>)
  (mutex))

(make <thread-hash>)
;; EOF

Hm. This hangs. I'll investigate...


cheers,
felix




reply via email to

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