chicken-users
[Top][All Lists]
Advanced

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

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


From: Johannes Groedem
Subject: [Chicken-users] TinyCLOS, builtin-classes, instantiation.
Date: Mon, 04 Oct 2004 00:09:01 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

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

-- 
Johannes Groedem <OpenPGP: 5055654C>





reply via email to

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