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

Using <deque> class in Dylan under Thomas.



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