[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Using <deque> class in Dylan under Thomas.
- To: info-dylan@cambridge.apple.com, info-thomas@crl.dec.com
- Subject: Using <deque> class in Dylan under Thomas.
- From: Bengt Baverman <bengtb@stacken.kth.se>
- Date: Wed, 9 Dec 1992 17:20:59 +0100
- Cc: bengtb@stacken.kth.se
I have been playing around with Dylan and Thomas a couple of days now, but I
cannot understand how to use <deque>. Why do I get this response from Thomas:
? (define q (make <deque>))
;Value: q
? (push q 'foo)
*** ERROR -- runtime-error
*** Going back to Thomas toplevel...
? (push q (singleton 'foo))
*** ERROR -- runtime-error
*** Going back to Thomas toplevel...
? (push q 4711)
*** ERROR -- runtime-error
*** Going back to Thomas toplevel...
Is this me? Have I misunderstod Dylan or is this a bug in Thomas?
Bengt Baverman
bengtb@alex.stacken.kth.se