[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] ListPatterns: a modest proposal
Amendment:
On Monday, Jan 26, 2004, at 22:17 US/Eastern, James Harkins wrote:
x = Pseq(1, inf).asStream;
x.next
Good way to hang sclang. The reason is that x.list.size is always 0,
so the .embedInStream never gets called and the Pseq stream loops
infinitely.
does this happen to you because of automation or because of writing code?
if the former, you could still add something like asCollection.
--
.