home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / dylan / 8 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.0 KB  |  45 lines

  1. Newsgroups: comp.lang.dylan
  2. Path: sparky!uunet!mcsun!sunic!kth.se!bengtb
  3. From: bengtb@stacken.kth.se (Bengt Baverman)
  4. Subject: Bug in Thomas <deque> ?
  5. Message-ID: <1993Jan12.231708.18641@kth.se>
  6. Sender: usenet@kth.se (Usenet)
  7. Nntp-Posting-Host: alex.stacken.kth.se
  8. Organization: Stacken Computer Club, Stockholm, Sweden
  9. Date: Tue, 12 Jan 1993 23:17:08 GMT
  10. Lines: 33
  11.  
  12.  
  13. I have been playing around with Dylan and Thomas a couple of days now, but I
  14. cannot understand how to use <deque>. Why do I get this response from Thomas:
  15.  
  16.     ? (define q (make <deque>))
  17.  
  18.     ;Value: q
  19.  
  20.     ? (push q 'foo)
  21.  
  22.     *** ERROR -- runtime-error
  23.     *** Going back to Thomas toplevel...
  24.  
  25.     ? (push q (singleton 'foo))
  26.  
  27.     *** ERROR -- runtime-error
  28.     *** Going back to Thomas toplevel...
  29.  
  30.     ? (push q 4711)
  31.  
  32.     *** ERROR -- runtime-error
  33.     *** Going back to Thomas toplevel...
  34.     
  35. Is this me? Have I misunderstod Dylan or is this a bug in Thomas? 
  36.  
  37. I'm using the latest versions of Gambit/Macintosh and Thomas.
  38.  
  39. Bengt Baverman
  40. bengtb@alex.stacken.kth.se
  41.  
  42. -- 
  43. Bengt Baverman
  44. bengtb@alex.stacken.kth.se
  45.