home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.dylan
- Path: sparky!uunet!mcsun!sunic!kth.se!bengtb
- From: bengtb@stacken.kth.se (Bengt Baverman)
- Subject: Bug in Thomas <deque> ?
- Message-ID: <1993Jan12.231708.18641@kth.se>
- Sender: usenet@kth.se (Usenet)
- Nntp-Posting-Host: alex.stacken.kth.se
- Organization: Stacken Computer Club, Stockholm, Sweden
- Date: Tue, 12 Jan 1993 23:17:08 GMT
- Lines: 33
-
-
- 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?
-
- I'm using the latest versions of Gambit/Macintosh and Thomas.
-
- Bengt Baverman
- bengtb@alex.stacken.kth.se
-
- --
- Bengt Baverman
- bengtb@alex.stacken.kth.se
-